Local FTP server with authentification
python 3.8
Warning: DO NOT USE IN PRODUCTION. This server was only developped for educational purposes.
You need to install bcrypt. Using pip :
pip install bcrypt
Server : python ./ftp.py -h <host> -p 21
Client : python ./ftp_client.py <host> 21
Server-side :
Client-side :