Metadata-Version: 2.1
Name: EasyFTP
Version: 0.0.32b0
Summary: Easy usage of FTP operation
Home-page: https://github.com/ZustFancake/EasyFTP
Author: ZustFancake
Author-email: ZustFancake@dimigo.hs.kr
Keywords: zustfancake,ftp,easyftp,EasyFTP,pypi
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wheel

**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.
