RFTD
RFTD 跨平台的 ftp-server 服务器。
版本: 1.2.3.0 更新: 2026-4-12
功能特性
- 支持 ftp 被动和主动模式
- 支持 ftps 隐式协议
- 支持 IPv4、IPv6 协议
- 安装自动产生随机用户名和密码
- 支持多端口及多用户设置
- 更简单的配置方式
- 默认 FTP 端口:2121,默认隐式 FTPS 端口:2990
- 多平台支持 Windows macOS iPhone iPad Linux Android FreeBSD
如何安装和运行
使用 curl
curl http://dl.ranfs.com/pub/rftd/all/get.sh -o -|sh -s /tmp/rftd
使用 wget
wget http://dl.ranfs.com/pub/rftd/all/get.sh -O -|sh -s /tmp/rftd
使用 powershell
$rftd_dir="c:\rftd";Invoke-Expression(New-Object Net.WebClient).DownloadString("http://dl.ranfs.com/pub/rftd/all/get.ps1")
安装路径
在 Linux 和 macOS 上,默认安装路径在 /tmp/rftd ,如果需要指定其它路径,请更改 sh -s 后面的路径配置。
Windows 上,默认安装路径在 c:\rftd ,如果需要指定其它路径,请更改 $rftd_dir= 后面的路径配置。
使用帮助
$ rftd -h rftd-linux-x86_64 v1.2.3.0 (2026-4-12) - RANFS FTP Server Copyright (C) 2014-2026 ranfs.com Usage: rftd [opt] [arguments] ... -c [config_file] set config file -p dump current config -s [list|key=val] Set configuration options -e ["cmd;..."] execute string 'cmd' -v show version -q Do not display the startup banner and copyright message -d Run as a daemon -o [log_file] set output log file -l [log_level] set log level: verb, dbg, info, warn, err -h display this help
相关资源
Windows
- rftd-windows-arm64.zip, 668 KB
- rftd-windows-x64.zip, 747 KB
- rftd-windows-x86.zip, 673 KB
macOS
- rftd-macosx-arm64.zip, 470 KB
- rftd-macosx-x86_64.zip, 475 KB
iPhone iPad
- rftd-iphoneos-arm64.zip, 463 KB
- rftd-iphoneos-armv7.zip, 444 KB
- rftd-iphoneos-armv7s.zip, 438 KB
- rftd-iphoneos-x86_64.zip, 473 KB
Linux Android
- rftd-linux-aarch64.zip, 655 KB
- rftd-linux-armv4tl.zip, 714 KB
- rftd-linux-i486.zip, 707 KB
- rftd-linux-loongarch64.zip, 757 KB
- rftd-linux-mips.zip, 824 KB
- rftd-linux-mips64.zip, 791 KB
- rftd-linux-mips64el.zip, 788 KB
- rftd-linux-mipsel.zip, 819 KB
- rftd-linux-powerpc.zip, 697 KB
- rftd-linux-powerpc64.zip, 694 KB
- rftd-linux-powerpc64le.zip, 693 KB
- rftd-linux-s390x.zip, 773 KB
- rftd-linux-x86_64.zip, 721 KB
FreeBSD
- rftd-freebsd-i386.zip, 1168 KB
- rftd-freebsd-x86_64.zip, 1227 KB
子菜单