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
Macosx
iPhone iPad
Linux Android
FreeBSD
 
子菜单