There are 25,900 files in the directory (yes that's a lot).
The Exception that is caught is as follows:
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
The DEBUG Log is as follows:
DEBUG [EnterpriseDT.Net.Ftp.FTPClient] 27 Nov 2005 09:43:57.656 : Connecting to <IP_WAS_HERE>:21
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:57.765 : 220 Microsoft FTP Service
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:57.765 : ---> USER <USER_WAS_HERE>
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:57.828 : 331 Password required for <USER_WAS_HERE>.
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:57.828 : ---> PASS ********
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:57.906 : 230 User <USER_WAS_HERE> logged in.
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:57.906 : ---> CWD /Uploads/files
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:57.953 : 250 CWD command successful.
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:57.953 : ---> TYPE I
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:58.000 : 200 Type set to I.
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:58.000 : ---> PASV
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:43:58.046 : 227 Entering Passive Mode (<IP_INFO_WAS_HERE>).
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:44:19.125 : ---> QUIT
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 27 Nov 2005 09:44:19.171 : 221
Any ideas?
Thanks,
- Kevin