Skip to content

ZustFancake/EasyFTP

Repository files navigation

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.

About

Easy usage of FTP operation in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages