Skip to content

Low level python socket programming FTP server&client with authentification

Notifications You must be signed in to change notification settings

DanielArian/Python-FTP-server-and-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Low level python socket programming FTP server&client with authentification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages