超精简的FTP服务器-uftpd
2014-06-12 13:04:46 阿炯

本站赞助商链接,请多关照。 uftpd 是个精简的 FTP 服务器,不需要配置文件和安全特性。无配置文件,直接默认在 /srv/ftp 目录,端口为 21。(注意:不建议在网络上使用,因为没有什么安全措施),采用C语言开发并在ISC协议下授权。


uftpd -- a no nonsense FTP server built just for you!

uftpd has no configuration file

uftpd listens to port ftp/tcp found in /etc/services, fallback to port 21

uftpd serves files from the ftp user’s home directory, fallback /srv/ftp

uftpd can be run from inetd or as a standalone daemon

uftpd can run as root, with chroot and privsep, or as a regular user

Disclaimer: uftpd is not intended for use on the Internet, it is NOT secure, suitable or even scalable. It’s intended for home users, developers of embedded systems (me), or other users inside an already secured local area network. If you want something secure, you should probably try vsftpd

此软件是基于 FTPServer 开发的。

最新版本:1.2
此版本修复了不能列表“大”目录的问题。

项目主页:http://troglobit.com/uftpd.html