Easy usage of FTP operation


Keywords
zustfancake, ftp, easyftp, pypi
License
MIT
Install
pip install EasyFTP==0.0.4b0

Documentation

NOTE: THIS PACKAGE IS IN TEST VERSION YET. USE WITH CAUTION.

EasyFTP

enter image description here

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:

pip install EasyFTP

Usage

Refer to the documentation for comprehensive usage instructions and examples.