Skip to content

NullBrunk/FTPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages