Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp-sockets-python3

FTP Server/Client implementation using socket to Networks II classes

Required: pip install tqdm

Run: python server/server.py

Commands available

  1. LIST - list files in current directory
  2. RETR - download files from server
  3. STOR - upload files to server
  4. CWD - change directory
  5. PWD - show current directory

Using command-line ftp client

  • run: ftp -p 127.0.0.1 2330
  • user and password are not required
  • run: passive

About

FTP Server/Client implementation using socket to Networks II classes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages