Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1023 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 1023 Bytes

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.