rndilger
I'm trying to connect to a personal FTP server (ProFTP) running on a Linux box. I had no problems connecting when using port 21 and passive ports in the unassigned range. However, I would like to change the from 21 to an unassigned port and I am having problems connecting. Following is a log detailing my problem:
SmartFTP v1.5.990.2
Resolving host name "xxxxx"
Connecting to xxxxx Port: xxxxx
Connected to xxxxx.
220 ProFTPD 1.2.10 Server [192.168.1.254]
USER xxxxx
331 Password required for rndilger.
PASS (hidden)
230 User rndilger logged in.
SYST
215 UNIX Type: L8
FEAT
211-Features:
MDTM
REST STREAM
SIZE
211 End
PWD
257 "/" is current directory.
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (192,168,1,254,234,104).
Opening data connection to 192.168.1.254 Port: xxxxx
LIST -aL
Timeout (20s).
Active Help: https://www.smartftp.com/support/kb/74
Client closed the connection.
Automatic failover of data connection mode from "Passive Mode (PASV)" to "Active Mode (PORT)".
It seems like the connection hangs when LIST -aL is being displayed. I have tried to connect in Active mode. Additionally, I have attempted to increase the connection timeout to 60 seconds and get the following error:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
My server is running behind a NAT and I know I have opened the correct ports. I have had this server configured correctly and working for a few weeks now. My goal is to change from 21 to another port in order to avoid possible detection from my ISP.
Perhaps I am not understanding background on FTP protocols, but I am at a loss here. Any assistance would be appreciated.
Thanks,
Ryan
SmartFTP v 1.5.990
SmartFTP v1.5.990.2
Resolving host name "xxxxx"
Connecting to xxxxx Port: xxxxx
Connected to xxxxx.
220 ProFTPD 1.2.10 Server [192.168.1.254]
USER xxxxx
331 Password required for rndilger.
PASS (hidden)
230 User rndilger logged in.
SYST
215 UNIX Type: L8
FEAT
211-Features:
MDTM
REST STREAM
SIZE
211 End
PWD
257 "/" is current directory.
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (192,168,1,254,234,104).
Opening data connection to 192.168.1.254 Port: xxxxx
LIST -aL
Timeout (20s).
Active Help: https://www.smartftp.com/support/kb/74
Client closed the connection.
Automatic failover of data connection mode from "Passive Mode (PASV)" to "Active Mode (PORT)".
It seems like the connection hangs when LIST -aL is being displayed. I have tried to connect in Active mode. Additionally, I have attempted to increase the connection timeout to 60 seconds and get the following error:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
My server is running behind a NAT and I know I have opened the correct ports. I have had this server configured correctly and working for a few weeks now. My goal is to change from 21 to another port in order to avoid possible detection from my ISP.
Perhaps I am not understanding background on FTP protocols, but I am at a loss here. Any assistance would be appreciated.
Thanks,
Ryan
SmartFTP v 1.5.990