Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/kubernetes/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ngrok FTP隧道问题_Ftp_Filezilla_Tunneling_Ngrok - Fatal编程技术网

ngrok FTP隧道问题

ngrok FTP隧道问题,ftp,filezilla,tunneling,ngrok,Ftp,Filezilla,Tunneling,Ngrok,我已经在Windows机器上安装了许多FTP服务器,并将ngrok设置为FTP隧道 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:

我已经在Windows机器上安装了许多FTP服务器,并将ngrok设置为FTP隧道

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命令可以很好地工作


谢谢。

问题通过以下方式在FileZilla中解决:

编辑>设置>连接>FTP>被动模式,然后选择“退回到主动模式”和宾果

同样的技术也可以应用于其他FTP客户端