Hans,
Below are the two log contents. In the code, the only difference is the call to Auth. The code hangs at Dir. Thanks for any help.
Failed FTPS:
DEBUG [t] 7 Jun 2006 09:26:01.609 : Looking for trial license
DEBUG [t] 7 Jun 2006 09:26:01.609 : Trial key='170-2052-4108-1124', owner='trialuser', product='edtftpnetpro'
INFO [EnterpriseDT.Net.Ftp.Pro.ProFTPClient] 7 Jun 2006 09:26:01.609 : Licence expiry date: 7/12/2006
INFO [EnterpriseDT.Net.Ftp.Pro.ProFTPClient] 7 Jun 2006 09:26:01.609 : Trial license
DEBUG [EnterpriseDT.Net.Ftp.Pro.ProFTPClient] 7 Jun 2006 09:26:01.609 : Connecting to ftp.aaoamerica.org:21
DEBUG [EnterpriseDT.Net.Ftp.Pro.ProFTPClient] 7 Jun 2006 09:26:01.640 : ftp.aaoamerica.org resolved to 67.94.102.162
DEBUG [n] 7 Jun 2006 09:26:01.656 : Connecting directly to ftp-server 67.94.102.162:21
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:01.796 : 220- FTPshell Server Service (Version 3)
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:01.796 : 220
DEBUG [n] 7 Jun 2006 09:26:01.796 : Created control-socket: ImplicitFTPS=False, SocksContext=, RemoteHost=67.94.102.162, controlPort=21, timeout=120, CompatibilityFlags=0
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:01.812 : ---> AUTH TLS
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:01.890 : 234 AUTH command accepted. Setting up SSL/TLS connection
DEBUG [n] 7 Jun 2006 09:26:01.890 : Beginning d handshake.
DEBUG [n] 7 Jun 2006 09:26:02.484 : d handshake complete.
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.484 : ---> PBSZ 0
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.593 : 200 PBSZ Command accepted. Protection buffer set to 0
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.593 : ---> PROT P
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.687 : 200 PROT Command accepted
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.687 : ---> USER TLC
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.750 : 331 User name okay, need password
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.765 : ---> PASS ********
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.859 : 230- Welcome To AAOA's FTP Server
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.859 : 230 User logged in, proceed
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.859 : ---> TYPE I
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.937 : 200 Command okay
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:02.937 : ---> CWD process
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:03.031 : 250 Path changed to "/process"
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:03.046 : ---> PASV
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:26:03.125 : 227 Entering Passive Mode (10,31,4,52,39,37)
DEBUG [n] 7 Jun 2006 09:26:03.125 : Connecting directly to ftp-server 10.31.4.52:10021
ERROR [n] 7 Jun 2006 09:26:23.984 : Failed to create connecting socket : 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
System.Net.Sockets.SocketException: 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
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at c9.a(EndPoint A_0)
at ad.b(EndPoint A_0)
at n.a(BaseSocket A_0, IPAddress A_1, Int32 A_2)
at n.a(String A_0, Int32 A_1)
Successful FTP log:
DEBUG [t] 7 Jun 2006 09:29:44.875 : Looking for trial license
DEBUG [t] 7 Jun 2006 09:29:44.875 : Trial key='170-2052-4108-1124', owner='trialuser', product='edtftpnetpro'
INFO [EnterpriseDT.Net.Ftp.Pro.ProFTPClient] 7 Jun 2006 09:29:44.875 : Licence expiry date: 7/12/2006
INFO [EnterpriseDT.Net.Ftp.Pro.ProFTPClient] 7 Jun 2006 09:29:44.875 : Trial license
DEBUG [EnterpriseDT.Net.Ftp.Pro.ProFTPClient] 7 Jun 2006 09:29:44.875 : Connecting to ftp.aaoamerica.org:21
DEBUG [EnterpriseDT.Net.Ftp.Pro.ProFTPClient] 7 Jun 2006 09:29:44.906 : ftp.aaoamerica.org resolved to 67.94.102.162
DEBUG [n] 7 Jun 2006 09:29:44.906 : Connecting directly to ftp-server 67.94.102.162:21
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.046 : 220- FTPshell Server Service (Version 3)
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.046 : 220
DEBUG [n] 7 Jun 2006 09:29:45.062 : Created control-socket: ImplicitFTPS=False, SocksContext=, RemoteHost=67.94.102.162, controlPort=21, timeout=120, CompatibilityFlags=0
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.062 : ---> USER TLC
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.140 : 331 User name okay, need password
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.140 : ---> PASS ********
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.203 : 230- Welcome To AAOA's FTP Server
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.203 : 230 User logged in, proceed
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.203 : ---> TYPE I
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.312 : 200 Command okay
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.312 : ---> CWD process
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.406 : 250 Path changed to "/process"
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.406 : ---> PASV
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.484 : 227 Entering Passive Mode (67,94,102,162,39,38)
DEBUG [n] 7 Jun 2006 09:29:45.500 : Connecting directly to ftp-server 67.94.102.162:10022
DEBUG [cz] 7 Jun 2006 09:29:45.546 : Created passive data-socket: Protocol=b, SocksConnector=, CompatibilityFlags=0, UseSSLClosure=False, WaitOnClose=False
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.546 : ---> NLST
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.640 : 150 File status okay; about to open data connection
DEBUG [cz] 7 Jun 2006 09:29:45.687 : Attempt to close unconnected passive data-channel.
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:45.843 : 226 Closing data connection
DEBUG [EnterpriseDT.Net.Ftp.FTPClient] 7 Jun 2006 09:29:45.843 : Found 2 listing lines
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:46.109 : ---> PASV
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:46.187 : 227 Entering Passive Mode (67,94,102,162,39,39)
DEBUG [n] 7 Jun 2006 09:29:46.187 : Connecting directly to ftp-server 67.94.102.162:10023
DEBUG [cz] 7 Jun 2006 09:29:46.250 : Created passive data-socket: Protocol=b, SocksConnector=, CompatibilityFlags=0, UseSSLClosure=False, WaitOnClose=False
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:46.250 : ---> RETR P20060531.xml
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 7 Jun 2006 09:29:46.328 : 150 File status okay; about to open data connection
DEBUG [cz] 7 Jun 2006 09:29:46.375 : Attempt to close unconnected passive data-channel.
DEBUG [EnterpriseDT.