ngrok FTP隧道问题
Posted
技术标签:
【中文标题】ngrok FTP隧道问题【英文标题】:ngrok FTP tunneling issue 【发布时间】: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 命令效果很好。
谢谢。
【问题讨论】:
【参考方案1】:通过 FileZilla 解决的问题:
编辑 > 设置 > 连接 > FTP > 被动模式,然后选择“回退到主动模式”和宾果游戏!
同样的技术可以应用于其他 FTP 客户端。
【讨论】:
以上是关于ngrok FTP隧道问题的主要内容,如果未能解决你的问题,请参考以下文章