252b2 - FTP won't connect with changed ports
Posted: 21 Aug 2009, 17:07
If I change the default port from 21 to 10156, the FTP client just hangs and will not display the window contents.
www.altap.cz
https://forum.altap.cz/
Code: Select all
Connecting to "[....ftp site.....]" ([....IP ADDRESS.....]) on port 10156.
Log UID is 0, time is 9/21/2009 - 9:34:29 AM.
220-Welcome
220 Service ready for new user
USER [....UserName.....]
331 Password required
PASS (hidden)
230 User logged in
(9:34:34): Logged in successfully, getting system information...
SYST
215 MACOS Peter's Server
PWD
257 "/" is current directory.
(9:34:34): Changing path to "/"...
(9:34:34): Listing path "/"...
PORT [....IpAdd.....],4,76
200 PORT command successful
TYPE A
200 Type set to A (ASCII)
LIST
150 Opening connection
(9:35:04): Sending or aborting of list command has timed out. Note: if data transfer was not started, try to
change transfer mode (see Connect to FTP Server dialog > Advanced > Use passive transfer mode)
-----
Reconnecting to "[....ftp site.....]" (....IP ADDRESS.....) on port 10156 (attempt no. 2).
Time is 9/21/2009 - 9:35:24 AM.
220-Welcome
220 Service ready for new user
USER [....UserName.....]
331 Password required
PASS (hidden)
230 User logged in
(9:35:25): Logged in successfully, getting system information...
SYST
215 MACOS Peter's Server
CWD /
250 CWD command successful
PWD
257 "/" is current directory.
PORT [....IpAdd.....],4,112
200 PORT command successful
TYPE A
200 Type set to A (ASCII)
LIST
150 Opening connection
(9:35:41): Operation canceled by user.
(9:35:41): Text listing was parsed by "IBM z/VM (CMS) 1" server type...
Could you also try the passive mode as the message box suggests and post the log as well?vld wrote:Here's the Altap log:
I don't have Filezilla installed anymore.
Well, I'm kinda lost without the opportunity of comparing logs from a working and a not working client. I'd appreciate very much, if you could download the FileZilla Client (FileZilla Download page, look for _3.x.x.x_win32.zip - that's a non-installer version) and post the log.vld wrote:I don't have Filezilla installed anymore.
Code: Select all
220-Welcome
220 Service ready for new user
USER [....UserName.....]
331 Password required
PASS (hidden)
230 User logged in
(11:56:06): Logged in successfully, getting system information...
SYST
215 MACOS Peter's Server
PWD
257 "/" is current directory.
(11:56:06): Changing path to "/"...
(11:56:06): Listing path "/"...
PASV
227 Entering Passive Mode (........)
TYPE A
200 Type set to A (ASCII)
LIST
150 Opening connection
(11:56:16): Operation canceled by user.
(11:56:16): Text listing was parsed by "Microsoft IIS" server type...
Code: Select all
Status: Connecting to .......................
Status: Connection established, waiting for welcome message...
Response: 220-Welcome
Response: 220 Service ready for new user
Command: USER .......
Response: 331 Password required
Command: PASS *****
Response: 230 User logged in
Command: SYST
Response: 215 MACOS Peter's Server
Command: FEAT
Response: 211-Extensions supported:
Response: SIZE
Response: REST STREAM
Response: APPE
Response: MDTM
Response: MACB
Response: PBSZ
Response: PROT
Response: EPSV
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I (Image)
Command: PASV
Response: 227 Entering Passive Mode (..............)
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: LIST
Response: 150 Opening connection
Response: 226 Transfer complete
Status: Directory listing successful
As I suspected, this is a problem on the server side. The server expects the client to connect to an "invalid" address. I suggest you try to fix the server or contact its administrator about that.FileZilla v3.2.7.1 wrote:Code: Select all
Command: PASV Response: 227 Entering Passive Mode (..............) Status: Server sent passive reply with unroutable address. Using server address instead.