View Single Post
Old 08-01-2011, 01:29 PM  
sjmike
Junior Member
 
Join Date: Jul 2005
Posts: 29
Default

Directory listing is taking an abnormally long time for me when I connect to our FTP server using Auth TLS or AUTH SSL, but SFTP works in a matter of seconds. I've tried changing the SSL protocol version (SSLv3 or TLSv1) and neither works. It shows Listing directory, 48 bytes down at the bottom. The connection eventually times out.

In this attempt, i have FTP using Explict SSL (Auth TLS) selected with SSLv3. The server is running GlobalSCAPE Secure FTP 3

Code:
FlashFXP 4.1.0 (build 1616) [RC 1]
Support Forums http://forum.flashfxp.com
 
WinSock 2.0 -- OpenSSL 1.0.0d 8 Feb 2011
[L] [L] Connected to CDS Master (FTPS)
[L] 220 Catapult Secure FTP Server
[L] AUTH TLS
[L] 234 AUTH Command OK. Initializing SSL connection.
[L] Connected. Negotiating TLSv1 session
[L] TLSv1 negotiation successful...
[L] TLSv1 encrypted session using cipher AES256-SHA (256 bits)
[L] PBSZ 0
[L] 200 PBSZ Command OK. Protection buffer size set to 0.
[L] USER cds_master
[L] 331 Password required for cds_master.
[L] PASS (hidden)
[L] 230 Login OK. Proceed.
[L] SYST
[L] 215 UNIX Type: L8
[L] FEAT
[L] 211-Features supported:
[L]  COMB target;source_list
[L]  REST STREAM
[L]  SIZE
[L]  MDTM
[L]  XCRC filename;start;end
[L]  SSCN
[L]  MLST Size*;Modify*;Create;Type*;Unique;Perm*;Lang;Media-Type;CharSet;
[L]  MODE Z 
[L] 211 END
[L] PWD
[L] 257 "/" is current folder.
[L] MODE Z
[L] 200 Mode set to Z.
[L] PROT P
[L] 200 PROT Command OK. Using Private data connection
[L] PASV
[L] 227 Entering Passive Mode (192,168,1,xxx,109,100).
[L] Opening data connection IP: xx.xx.xx.xxx PORT: 28004
[L] MLSD
[L] Connected. Negotiating TLSv1 session
[L] TLSv1 negotiation successful...
[L] TLSv1 encrypted session using cipher AES256-SHA (256 bits)
[L] 150 Opening BINARY mode data connection for MLSD /.
[L] 226 Transfer complete. 5189 bytes (1338 compressed @ 25.79%) transferred. 1338 Actual Bps, 5189 Effective Bps.
sjmike is offline   Reply With Quote