Page 1 of 1

FTP passive mode doesn't work

Posted: 30.09.2010, 20:52
by gumanist
Hi, good programm but:

I tryed to write file on my ftp server in passive mode, and it failed, but I can read. In active mode it works. Other FTP clients work in both modes.

Version FreeCommander 2009.02a
Windows XP SP2

Client:
PWD
257 "/upload" is current directory.
MODE S
200 MODE set to S.
STRU F
200 Using file structure 'File'
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (77,79,142,8,4,112)
LIST /upload/TZ.HTML
10061 Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение.
PWD
550 Directory not found.
257 "/upload" is current directory.
MODE S
200 MODE set to S.
STRU F
200 Using file structure 'File'
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (77,79,142,8,4,114)
LIST
150 Connection accepted
150 Connection accepted
226 Transfer OK

Server:
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> PWD
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> 257 "/upload" is current directory.
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> MODE S
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> 200 MODE set to S.
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> STRU F
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> 200 Using file structure 'File'
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> TYPE I
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> 200 Type set to I
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> PASV
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> 227 Entering Passive Mode (77,79,142,8,4,141)
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> LIST /upload/TZ.HTML
(000046)01.10.2010 0:48:02 - anonymous (77.79.142.8)> 550 Directory not found.
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> PWD
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> 257 "/upload" is current directory.
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> MODE S
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> 200 MODE set to S.
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> STRU F
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> 200 Using file structure 'File'
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> TYPE I
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> 200 Type set to I
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> PASV
(000046)01.10.2010 0:48:03 - anonymous (77.79.142.8)> 227 Entering Passive Mode (77,79,142,8,4,143)
(000046)01.10.2010 0:48:04 - anonymous (77.79.142.8)> LIST
(000046)01.10.2010 0:48:04 - anonymous (77.79.142.8)> 150 Connection accepted
(000046)01.10.2010 0:48:04 - anonymous (77.79.142.8)> 226 Transfer OK