Netbeans由于原因无法列出文件:227进入被动模式

时间:2019-03-14 17:06:20

标签: netbeans ftp netbeans-8.2 passive-mode

在此之前,我使用的是带有netbeans 8.2的远程服务器,但突然停止运行,并在尝试进行同步时出现此错误。

  

由于原因:227进入被动模式而无法列出文件。

在管理远程连接中,每件事看起来都很不错,通过测试连接,它可以为我提供

  

“连接成功。”

远程日志的输出如下。

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 19:49. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER ********
331 User ******** OK. Password required
PASS ******
230 OK. Current restricted directory is /
TYPE I
200 TYPE is now 8-bit binary
CWD /public_html
250 OK. Current directory is /public_html
PWD
257 "/public_html" is your current location
CWD /public_html
250 OK. Current directory is /public_html
SYST
215 UNIX Type: L8
PASV
227 Entering Passive Mode (***,***,***,***,193,110)
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

任何想法都会发生什么或如何解决?

1 个答案:

答案 0 :(得分:0)

对于我来说,我通过在远程连接配置中取消选择“被动模式”来解决了

enter image description here