ctinyFTP

所属分类:Ftp服务器
开发工具:Unix_Linux
文件大小:16KB
下载次数:17
上传日期:2013-04-08 17:58:03
上 传 者buptxch
说明:  一个C语言的FTP服务器端,可以直接运行,且代码简单,功能齐全
(A C language FTP server, you can run directly, and the code is simple, fully functional)

文件列表:
ctinyFTP\cmdparser.h (6767, 2005-05-27)
ctinyFTP\connections.c (17795, 2005-05-27)
ctinyFTP\defines.h (4802, 2005-05-27)
ctinyFTP\fileutils.c (12875, 2005-05-27)
ctinyFTP\fileutils.h (1554, 2005-02-18)
ctinyFTP\main.c (1421, 2005-05-26)
ctinyFTP\opts.c (6353, 2005-05-27)
ctinyFTP (0, 2013-04-08)

/********************************************************* * Tiny Ftp Server * =============== * * * Copyright 2005 Dimitur Kirov * dkirov@gmail.com * * F.N. 42665 * *********************************************************/ Tinyftp is a small ftp server. It implements a set of all the neccessary commands for performing the main actions, suppported by the protocol. The server is based on rfc959. This server does not support "passive" mode, because it needs a simultaneous communication on a custom free port for additional data transfers. For this we will need an IPC, which hardens the implementation a lot. The only valid user, that can log in is "anonymous", because of the different authentication mechanism on different platforms. All server options are set from the command line parameters. "tyniftp -h " - is for a short help message. This server is tested to run on linux, but maybe it is applicable to all unixes. If a platform supports system calls "fork" and "setreuid" and posix type octed permissions mostly it will not have problems running this server. On a SYST question this server is identified like "UNIX".

近期下载者

相关文件


收藏者