**NOTE: THIS PACKAGE IS IN TEST VERSION YET. USE WITH CAUTION.**
# EasyFTP
![enter image description here](https://github.com/ZustFancake/EasyFTP/blob/main/EasyFTP-logo-highscaled.png?raw=true)
EasyFTP is a Python library that simplifies the process of interacting with FTP (File Transfer Protocol) servers. With EasyFTP, you can easily upload, download, delete, and list files and directories on remote FTP servers using a simple and intuitive interface.
## Features
- Connect to FTP servers with ease.
- Upload files and directories to remote servers.
- Download files and directories from remote servers.
- Delete files and directories on remote servers.
- List files and directories on remote servers.
- *(not implemented)* ~~Support for both FTP and secure FTP (FTPS).~~
## Installation
You can install EasyFTP via pip:
```bash
pip install EasyFTP
```
## Usage
Refer to the [documentation](https://github.com/ZustFancake/EasyFTP/blob/main/docs/EasyFTP.md) for comprehensive usage instructions and examples.
Raw data
{
"_id": null,
"home_page": "https://github.com/ZustFancake/EasyFTP",
"name": "EasyFTP",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "zustfancake,ftp,easyftp,EasyFTP,pypi",
"author": "ZustFancake",
"author_email": "ZustFancake@dimigo.hs.kr",
"download_url": "https://files.pythonhosted.org/packages/e0/3d/28bbdaf408a62b937e37c49b58a994f3562b0a9b61c55579db30f57c4e2d/EasyFTP-0.0.33b0.tar.gz",
"platform": null,
"description": "**NOTE: THIS PACKAGE IS IN TEST VERSION YET. USE WITH CAUTION.** \n\n# EasyFTP\n\n![enter image description here](https://github.com/ZustFancake/EasyFTP/blob/main/EasyFTP-logo-highscaled.png?raw=true)\n\nEasyFTP is a Python library that simplifies the process of interacting with FTP (File Transfer Protocol) servers. With EasyFTP, you can easily upload, download, delete, and list files and directories on remote FTP servers using a simple and intuitive interface.\n\n## Features\n\n- Connect to FTP servers with ease.\n- Upload files and directories to remote servers.\n- Download files and directories from remote servers.\n- Delete files and directories on remote servers.\n- List files and directories on remote servers.\n- *(not implemented)* ~~Support for both FTP and secure FTP (FTPS).~~\n\n## Installation\n\nYou can install EasyFTP via pip:\n\n```bash\npip install EasyFTP\n```\n## Usage\nRefer to the [documentation](https://github.com/ZustFancake/EasyFTP/blob/main/docs/EasyFTP.md) for comprehensive usage instructions and examples.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Easy usage of FTP operation",
"version": "0.0.33b0",
"project_urls": {
"Homepage": "https://github.com/ZustFancake/EasyFTP"
},
"split_keywords": [
"zustfancake",
"ftp",
"easyftp",
"easyftp",
"pypi"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5d5e44dab2ef669ee6c2ce031d134e77429d47e3fae0a695cc0ba1f01e93f9d7",
"md5": "be7ea8f6a285c757ac69ac593358f915",
"sha256": "b32072a4c29cc302a88cc6fdafe7c4e1a0fcfac793403b2cf68eb7565ecd4cf9"
},
"downloads": -1,
"filename": "EasyFTP-0.0.33b0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "be7ea8f6a285c757ac69ac593358f915",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6253,
"upload_time": "2024-03-11T23:30:11",
"upload_time_iso_8601": "2024-03-11T23:30:11.559417Z",
"url": "https://files.pythonhosted.org/packages/5d/5e/44dab2ef669ee6c2ce031d134e77429d47e3fae0a695cc0ba1f01e93f9d7/EasyFTP-0.0.33b0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e03d28bbdaf408a62b937e37c49b58a994f3562b0a9b61c55579db30f57c4e2d",
"md5": "2f2c806cd263ce038803cdded6cc3346",
"sha256": "985370a104c8a7a479d604b2cc4f9c0575cd6e1a7527030e88fa6f0930453632"
},
"downloads": -1,
"filename": "EasyFTP-0.0.33b0.tar.gz",
"has_sig": false,
"md5_digest": "2f2c806cd263ce038803cdded6cc3346",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6050,
"upload_time": "2024-03-11T23:30:13",
"upload_time_iso_8601": "2024-03-11T23:30:13.162676Z",
"url": "https://files.pythonhosted.org/packages/e0/3d/28bbdaf408a62b937e37c49b58a994f3562b0a9b61c55579db30f57c4e2d/EasyFTP-0.0.33b0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-11 23:30:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ZustFancake",
"github_project": "EasyFTP",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "easyftp"
}