Skip to content

gezhaoyou/ftp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp server c version

This is a ftp server program written in c .I modified from this version,using threads instead of processes.original address.
You can run it only on linux.

Compilation and Run

# cd to the ftp server dir
 make
# execute with ./ftp_server

Function introduction

  1. Please run as root.
  2. Default binding port is 8021. You can change it to any port such as 21.
  3. Only supports anonymous users.
  4. Program directory for the FTP root directory
  5. Supported ftp commands include:PASV LIST CWD PWD MKD RMD RETR STOR DELE SIZE ABOR QUIT TYPE NOOP

About

A ftp server using threads instead of processes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published