- 論壇徽章:
- 2
|
FTP服務(wù)器:Windows 2008R2
問題描述:我在服務(wù)器上配置好了FTP服務(wù),服務(wù)器上防火墻入站規(guī)則里允許了FTP的流量通過,F(xiàn)TP站點(diǎn)的權(quán)限和FTP對(duì)應(yīng)目錄的權(quán)限也給了ftp用戶權(quán)限了。現(xiàn)在通過filezilla 連接的時(shí)候出現(xiàn)了150 Openning BINARY mode data connection 錯(cuò)誤。
Status:
Connecting to 1.1.1.3:2123(FTP服務(wù)器IP)...
Status:
Connection established, waiting for welcome message...
Response:
220 Microsoft FTP Service
Command:
USER mql
Response:
331 Password required for mssql.
Command:
PASS ********
Response:
230 User logged in.
Command:
OPTS UTF8 ON
Response:
200 OPTS UTF8 command successful - UTF8 encoding now ON.
Status:
Connected
Status:
Retrieving directory listing...
Command:
PWD
Response:
257 "/" is current directory.
Command:
TYPE I
Response:
200 Type set to I.
Command:
PASV
Response:
227 Entering Passive Mode (5,2,3,8,207,3(連接端地址).
Command:
LIST
Response:
150 Opening BINARY mode data connection.
Error:
Connection timed out
Error:
Failed to retrieve directory listing
防火墻關(guān)閉,所有問題都沒有了;防火墻開著,ftp端口也開放,就出現(xiàn)上面這個(gè)問題。
怎么解決? |
|