1个稳定版本
1.0.0 | 2021年6月23日 |
---|
#11 在 #kiss
25KB
kiss-ftpd
一个简单到愚蠢的FTP服务器。
它仅简单地通过FTP提供服务指定的目录,允许读写,仅此而已!
如果您需要一个更复杂的FTP服务器,功能齐全,unFTP看起来不错。
用法
usage: kiss-ftpd [options...] [ftp_directory] [bind_address]
-h, --help print this usage text
-V, -v, --version Show version number then quit
If ftp_directory not specified, defaults to current working directory
If bind_address not specified, defaults to 0.0.0.0:21
在 systemd/kiss-ftpd.service
中有一个示例systemd单元,它以最小权限运行,并尽可能锁定。
感谢 libunftp,它完成了所有的FTP繁重工作。
依赖项
~25–38MB
~673K SLoC