ftp-server

所属分类:Ftp服务器
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2019-10-20 03:01:21
上 传 者sh-1993
说明:  ftp服务器,
(ftp server,)

文件列表:
LICENCE (1498, 2019-10-19)
Makefile (231, 2019-10-19)
common.h (6716, 2019-10-19)
handles.c (20978, 2019-10-19)
myftp (32148, 2019-10-19)
server.c (5183, 2019-10-19)

# ftp server ## How to install: ``` cd to the dir make clean make execute with ./myftp ``` ## Commands that are currently implemented: * USER PASS - anonymous ftp only at the moment * PASV PORT LIST CWD PWD MKD RMD RETR STOR DELE SIZE ABOR QUIT TYPE QUOTE SITE NOOP * Custom ftp commands ### TODO * user log in * get file * put file * mkdir, rm, rmdir, CHMOD 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. Control Port: 8021 Active Data Port: 8020

近期下载者

相关文件


收藏者