Skip to content

NullBrunk/FTPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

42 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
chmod +x ftpy
./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

About

FTP client written in Python3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages