Skip to content
/ FTP Public

FTP server and client, partially implement RFC959, using socket.

Notifications You must be signed in to change notification settings

Yriuns/FTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTP Client & Server

Usage

$ make

# server:
$ (sudo) ./ftp-server [port]

# client:
$ ./ftp [ip] [port]
  • The default port for server is 2016.
  • sudo is needed when port is less than 1024.
  • The default port for client is 21.

Supported Commands

ls      pwd     cd      get     put
user    dir     quit    exit    bye
ftp     help    ?

About

FTP server and client, partially implement RFC959, using socket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published