Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 527 Bytes

Python FTP server & client

Local FTP server with authentification

python 3.8

Warning: DO NOT USE IN PRODUCTION. This server was only developped for educational purposes.

Dependencies

You need to install bcrypt. Using pip :

pip install bcrypt

Usage :

Server : python ./ftp.py -h <host> -p 21

Client : python ./ftp_client.py <host> 21

Screenshots

Server-side :

server

Client-side :

client