Skip to content

xamroot/SimpleFTPSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFTPSystem

A python implementation of a basic FTP client and server from scratch, without the python FTP library.

Requires python 3

Usage

ftp_server.py

python3 ftp_server.py ip_address port

ftp_client.py

python3 ftp_client target_address target_port

client commands

  • help
  • retrieve file_name
  • list
  • quit

About

FTP system built with Python from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages