【发布时间】:2017-02-21 11:10:24
【问题描述】:
我在一台 Windows 机器上安装了许多 FTP 服务器,并为 FTP 隧道设置了 ngrok。
C:\path\to\ngrok> ngrok tcp 21
使用 linux,我可以建立一个 FTP 连接并仅使用已安装的 ftp 客户端浏览目录。
$ ftp
ftp> open 0.tcp.ngrok.io port_here
问题是 FileZilla、经典 FTP 文件传输软件、Chrome 和 Firefox 扩展失败。
FileZilla 输出:
Command: LIST
Response: 150 Opening ASCII mode data connection
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
我想知道为什么我不能使用 FileZilla 浏览,但使用 ftp Linux 命令效果很好。
谢谢。
【问题讨论】:
标签: ftp filezilla tunneling ngrok