ftp
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Lightweight FTP server written in C
# Simple ftp server


## How to install:

```
cd to the ftp dir
make
execute with ./ftp
```

## Commands that are currently implemented:

* USER PASS - anonymous ftp only at the moment
* PASV LIST CWD PWD MKD RMD RETR STOR DELE SIZE ABOR QUIT TYPE NOOP

### TODO
* user log in
* get file
* put file
* mkdir, rm, rmdir

Server currently works with linux only because of splice() and sendfile() functions.
It should be easy enough to implement RETR and STOR for other systems too, so it is 
in my todo list.

This server currently doesn't support ASCII mode but this sould not be a
problem with any modern system or ftp client.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。