RFTD
RFTD 跨平台的ftp-server服务器。
版本: 1.0.9.0 更新: 2024-11-8
功能特性
- 支持ftp被动和主动模式
- 支持ftps隐式协议
- 支持ipv4 ipv6协议
- 安装自动产生随机用户名和密码
- 更简单的配置方式
- 默认ftp端口:2121,默认隐式ftps端口:2990
- 多平台支持 Windows Macosx 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和Macosx上,默认安装路径在 /tmp/rftd ,如果需要指定其它路径,请更改 sh -s 后面的路径配置。
Windows上,默认安装路径在 c:\rftd ,如果需要指定其它路径,请更改 $rftd_dir= 后面的路径配置。
使用帮助
$ rftd -h rftd-linux-x86_64 v1.0.9.0 (2024-11-8) - RANFS FTP Server Copyright (C) 2014-2024 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, 607 KB
- rftd-windows-x64.zip, 673 KB
- rftd-windows-x86.zip, 609 KB
Macosx
- rftd-macosx-arm64.zip, 413 KB
- rftd-macosx-x86_64.zip, 415 KB
iPhone iPad
- rftd-iphoneos-arm64.zip, 406 KB
- rftd-iphoneos-armv7.zip, 389 KB
- rftd-iphoneos-armv7s.zip, 384 KB
- rftd-iphoneos-x86_64.zip, 413 KB
Linux Android
- rftd-linux-aarch64.zip, 557 KB
- rftd-linux-armv4tl.zip, 591 KB
- rftd-linux-i486.zip, 564 KB
- rftd-linux-mips.zip, 675 KB
- rftd-linux-mips64.zip, 653 KB
- rftd-linux-mips64el.zip, 648 KB
- rftd-linux-mipsel.zip, 669 KB
- rftd-linux-powerpc.zip, 574 KB
- rftd-linux-powerpc64.zip, 592 KB
- rftd-linux-powerpc64le.zip, 592 KB
- rftd-linux-x86_64.zip, 593 KB
FreeBSD
- rftd-freebsd-i386.zip, 976 KB
- rftd-freebsd-x86_64.zip, 1049 KB
子菜单