FTP传输模式
PORT(主动)模式是建立从服务器高端口连到客户端20端口数据连接。
PASV(Passive被动)模式是建立客户高端口连到服务器返回数据端口的数据连接。
FileZilla Server
配置FTP服务器
1.创建USER指定FTP目录
2.配置Passive Mode Seetings,设定prot range(防火墙上须开始相应端口),Use the follwing IP(外部IP地址如为NAT)。
注:在NAT中的宿主如果不进行该配置将返回Can‘t open data connection for transfer of的错误提示。
3.配置FTP over TSL Settings.
注:如果不进行该配置将收到warning:FTP over TLS is not enabled, users cannot securely log in.
原文地址:http://blog.51cto.com/257729/2126233