Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 619 Bytes

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