/FTPy

FTP client written in Python3

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

FTPy

My Skills

GitHub top language GitHub commit activity repo size

ftpydemo

⚒️ Installation

git clone https://github.com/NullBrunk/FTPy && cd FTPy
pip3 install -r requirements.txt
python3 ftpy

📖 Changelog

Important

All notable changes to this project will be documented here.

# [1.0] - 12 mai 2023
- First commit
- Implemented authentication (USER, PASS)

# [1.1] - 13 mai 2023
- Implemented ls (with LIST and PASV mode)
- Implemented mkdir (MKD), pwd (PWD), cd (CWD), rm (DELE), chmod (SITE CHMOD), get (RETR), put (STOR)

# [1.2] - 14 mai 2023
- Added the License (GPL 3)
- Refactored