我在访问远程 FTP 服务器时遇到问题。我向托管客户服务寻求帮助,他们说服务器端没有问题。然后我在另一台电脑上(从我的办公室)尝试了一下,它运行正常。
我按照这个步骤检查被阻止的 ftp并收到此消息(与我尝试从 filezilla 登录时收到的消息相同)
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 4 of 500 allowed.
220-Local time is now 00:44. Server port: 21.
220-This is a private system - No anonymous login
220 You will be disconnected after 15 minutes of inactivity.
说到 FileZilla,我尝试使用 WinSCP,结果相同。尝试创建新的 ftp 帐户,但仍然不起作用。
我不确定这个问题何时发生。之前我重新安装了 Windows(我忘记此时我是否仍可以访问我的服务器),然后我需要在工作中使用 PuTTy 或 cmd 之类的工具进行一些 VPN 操作。
两周后,我意识到我无法访问我的服务器,并认为只是我的设置错误,尝试重新安装 FileZilla 并重新导入网站,但仍然无法访问我的服务器。
需要建议问题根源在哪里?或者我应该检查我的电脑的哪些部分?
来自 FileZilla 的日志:
Status: Resolving address of ftp.xxxxxx.com
Status: Connecting to 16x.6x.2x.1x:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 13 of 500 allowed.
Response: 220-Local time is now 04:43. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: AUTH TLS
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server
Status: Waiting to retry...
Status: Resolving address of ftp.xxxxxxx.com
Status: Connecting to 16x.6x.2x.1x:21...
Status: Connection established, waiting for welcome message...
Response: 421 Too many connections (8) from this IP
Error: Could not connect to server
更新:我已设法使用另一个连接连接我的 PC,并且运行良好。现在它简化为我的互联网连接问题。
知道互联网连接的哪个部分会导致此错误吗?连接设置、路由器、ISP 还是任何其他部分?
答案1
您可以尝试以下几种方法。使用 FileZilla 中的 ACTIVE 模式再次检查,并检查不使用 TLS 加密进行连接。但是,最好的建议是与托管客户服务人员一起检查您导入的 FileZilla 站点/设置,或者直接询问他们要使用哪些设置。他们很乐意为您提供。
答案2
我仍然没有找到这个问题的主要原因。尝试了几种建议后,我可以再次使用此方法访问我的 ftp1.1.1.1 VPN。我仍然没有将其标记为可接受的答案,但只要这对我有用,我决定将其放在答案部分。我希望有人仍然调查或根据这个答案找到主要问题