我在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命令可以很好地工作。
谢谢。
发布于 2016-10-13 02:43:05
通过以下方式解决了FileZilla中的问题:
编辑>设置>连接> FTP >被动模式,并选择“回退到主动模式”和宾果!
同样的技术也可以应用于其他FTP客户端。
https://stackoverflow.com/questions/40002160
复制相似问题