I am using Core FTP and attempting to connect to a Seagull Security server which does the encryption and then push the Authentication to a backend Serv-U FTP Server (by RhinoSoft). I have successfully made WS_FTP and other 3rd party clients work however with CoreFTP the LIST of the remote directory timesout. The following is what I see in the log:
PASV
227 Entering Passive Mode (192,168,4,8,7,228)
LIST
Connect Socket #724 to 192.168.4.8, port 2020... timeout quit
Is this due to how the client is communicating to the server? Like I said I have successfully connected with other 3rd party clients such as WS_FTP, SmartFTP, and FTP Voyager.
The Security server establishes a TLSv1/SSLv3 connection. Any assistance anyone can provide would be a huge help. Thanks
Unable to pull dir LIST (SSL)
-
- Posts: 4
- Joined: Wed Dec 15, 2004 3:11 pm
Here is the complete log:
Welcome to Core FTP, release ver 1.3b, build 1403 (U) -- © 2003-2004WinSock 2.0Mem -- 261,560 KB, Virt -- 2,097,024 KBStarted on Saturday December 18, 2004 at 13:45:PMConnect socket #532 to x.x.x.x, port 2021...TLSv1, cipher TLSv1/SSLv3 (AES256-SHA) - 256 bitUSER ftpuser
331 User name okay, need password.
PASS **********
230 User logged in, proceed.
SYST
215 UNIX Type: L8
Keep alive off...PWD
257 "/" is current directory.
PBSZ 0
200 Protection buffer size accepted.
PROT P
200 Data connection set to private.
PASV
227 Entering Passive Mode (192,168,4,8,7,228)
LIST
Connect socket #592 to 192.168.4.8, port 2020...timeoutQUIT
221 Goodbye!
I am prompted to attempt a connection in the opposite mode (active/pasv). When I check no the quit command is sent successfully. You will also notice that I have replaced my external IP with x.x.x.x I feel no need to publicly announce my external IP. Hope this is ok.
Welcome to Core FTP, release ver 1.3b, build 1403 (U) -- © 2003-2004WinSock 2.0Mem -- 261,560 KB, Virt -- 2,097,024 KBStarted on Saturday December 18, 2004 at 13:45:PMConnect socket #532 to x.x.x.x, port 2021...TLSv1, cipher TLSv1/SSLv3 (AES256-SHA) - 256 bitUSER ftpuser
331 User name okay, need password.
PASS **********
230 User logged in, proceed.
SYST
215 UNIX Type: L8
Keep alive off...PWD
257 "/" is current directory.
PBSZ 0
200 Protection buffer size accepted.
PROT P
200 Data connection set to private.
PASV
227 Entering Passive Mode (192,168,4,8,7,228)
LIST
Connect socket #592 to 192.168.4.8, port 2020...timeoutQUIT
221 Goodbye!
I am prompted to attempt a connection in the opposite mode (active/pasv). When I check no the quit command is sent successfully. You will also notice that I have replaced my external IP with x.x.x.x I feel no need to publicly announce my external IP. Hope this is ok.
-
- Posts: 4
- Joined: Wed Dec 15, 2004 3:11 pm
-
- Posts: 4
- Joined: Wed Dec 15, 2004 3:11 pm
Thank you for your assistance. I know I have attempted the NAT/IP address setting before without any luck however it seems to be working just fine now. I will continue to test for consistent successful connections and let you know if I have any other problems. Thanks again for the assistance with this issue it is greatly appreciated.... Larry Broxterman