Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是兼职 FTP 服务器管理员(没有真正的全职管理员)。我们目前只允许 ACTV 模式连接。我们的一些客户对此有疑问,但在大多数情况下,他们都可以使用 ACTV。对于少数不这样做的人,我们已经能够将数据从我们的服务器推送到他们的服务器。特别是有一位客户,但目前遇到了麻烦。他正在使用 file-zilla 并发出 PORT 命令。首先,使用 PORT 命令是否意味着您处于 ACTV 模式?其次,FileZilla 中有没有办法明确更改为 ACTV 模式?感谢您的帮助,_拉米
活动模式需要 PORT 命令。PORT 是告诉服务器在客户端上连接到哪里以打开数据通道。
当客户端位于 NAT 之后时,主动 FTP 会中断,因此在大多数使用 FTP 的情况下,被动是首选默认设置。最好不要使用 FTP 并切换到 SFTP。