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.
# cd to the ftp server dir
make
# execute with ./ftp_server
- Please run as root.
- Default binding port is 8021. You can change it to any port such as 21.
- Only supports anonymous users.
- Program directory for the FTP root directory
- Supported ftp commands include:PASV LIST CWD PWD MKD RMD RETR STOR DELE SIZE ABOR QUIT TYPE NOOP