相关疑难解决方法(0)

被动模式下的 FTP:EHOSTUNREACH - 没有到主机的路由

我有一个 FTP 服务器,运行了大约一个月,没有出现任何问题。

今天,我无法使用 filezilla 连接到它,我收到以下消息:

无法建立数据连接:EHOSTUNREACH - 没有到主机的路由

我在Google/SO上搜索发现这可能是TLS问题。但是,我可以使用控制台连接到 FTP 服务器:

$ ftp
ftp> open mymachine.mycompany.com
Connected to mymachine.mycompany.com
220 Bienvenue sur le serveur FTP mymachine.mycompany.com.
Name (mymachine.mycompany.com:adenoyelle): mylogin
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
drwxr-xr-x    2 502      502         20480 Jun 05 11:51 Ga
drwxr-xr-x    7 502      502          4096 Apr …
Run Code Online (Sandbox Code Playgroud)

ftp filezilla proftpd

5
推荐指数
1
解决办法
3万
查看次数

标签 统计

filezilla ×1

ftp ×1

proftpd ×1