Skip to content

ygcyao/python-socket-ftp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-socket-ftp

The primitive ftp by using python "socket server"

Requirements

  • Python ( 3.5, 3.6)

Users config

  • Manage user data: edit file "accounts.ini" in dir "python-socket-ftp/server/conf"
  • Add user folder according to "accounts.ini" in dir: "python-socket-ftp/server/home"

Run

  • Server
cd python-socket-ftp/server/bin
python ftp_server.py start
  • Client
cd python-socket-ftp/client
python ftp_server.py start

About

The primitive ftp by using python "socket server"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%