Hi Bruce, here are two logs, one that works followed by the one that fails..
WORKS
=====
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.332 : Setting socket timeout=120000
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.332 : Command encoding=System.Text.ASCIIEncoding
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.347 : StrictReturnCodes=False
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.363 : 220---------- Welcome to Pure-FTPd [TLS] ----------
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.363 : 220-You are user number 1 of 50 allowed.
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.363 : 220-Local time is now 09:36. Server port: 21.
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.363 : 220-This is a private system - No anonymous login
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.363 : 220-IPv6 connections are also welcome on this server.
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.363 : 220 You will be disconnected after 15 minutes of inactivity.
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.363 : ---> USER x
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.378 : 331 User x OK. Password required
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.378 : ---> PASS ********
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.441 : 230-User xnhas group access to: x
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.441 : 230 OK. Current restricted directory is /
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.550 : ---> TYPE I
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.550 : 200 TYPE is now 8-bit binary
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.566 : ---> PASV
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.566 : 227 Entering Passive Mode (117,58,251,10,106,83)
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.566 : Server supplied address=117.58.251.10
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.566 : Server supplied port=27219
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.566 : NewPassiveDataSocket(117.58.251.10,27219)
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.582 : ---> STOR /public_html/x.rar
DEBUG [FTPControlSocket] 9 Dec 2008 01:38:56.613 : 150 Accepted data connection
DEBUG [FTPClient] 9 Dec 2008 01:39:28.707 : Closing source stream
DEBUG [FTPClient] 9 Dec 2008 01:39:28.738 : Transferred 4574636 bytes to remote host
DEBUG [FTPControlSocket] 9 Dec 2008 01:39:28.785 : 226-File successfully transferred
DEBUG [FTPControlSocket] 9 Dec 2008 01:39:28.785 : 226 32.174 seconds (measured here), 138.85 Kbytes per second
DEBUG [FTPControlSocket] 9 Dec 2008 01:39:28.816 : ---> QUIT
DEBUG [FTPControlSocket] 9 Dec 2008 01:39:28.832 : 221-Goodbye. You uploaded 4468 and downloaded 0 kbytes.
DEBUG [FTPControlSocket] 9 Dec 2008 01:39:28.832 : 221 Logout.
FAILS
====
DEBUG [FTPControlSocket] 9 Dec 2008 01:27:17.546 : 227 Entering Passive Mode (117,58,251,10,137,225)
DEBUG [FTPControlSocket] 9 Dec 2008 01:27:17.562 : Server supplied address=117.58.251.10
DEBUG [FTPControlSocket] 9 Dec 2008 01:27:17.562 : Server supplied port=35297
DEBUG [FTPControlSocket] 9 Dec 2008 01:27:17.562 : NewPassiveDataSocket(117.58.251.10,35297)
DEBUG [FTPControlSocket] 9 Dec 2008 01:27:17.562 : ---> STOR /public_html/x.rar
DEBUG [FTPControlSocket] 9 Dec 2008 01:27:17.577 : 150 Accepted data connection
DEBUG [FTPClient] 9 Dec 2008 01:28:30.781 : Closing source stream
DEBUG [FTPClient] 9 Dec 2008 01:28:30.812 : Transferred 10447980 bytes to remote host
ERROR [FTPClient] 9 Dec 2008 01:30:31.344 : IOException in Put(string,string,bool) : System.IO.IOException: Unable to read data from the transport connection: 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.
A first chance exception of type 'EnterpriseDT.Net.Ftp.FTPException' occurred in edtFTPnet.dll
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at EnterpriseDT.Net.Ftp.FTPControlSocket.ReadReply()
at EnterpriseDT.Net.Ftp.FTPClient.ValidateTransfer()
at EnterpriseDT.Net.Ftp.FTPClient.Put(String localPath, String remoteFile, Boolean append)
CAUSED BY - 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.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at EnterpriseDT.Net.Ftp.FTPControlSocket.ReadReply()
at EnterpriseDT.Net.Ftp.FTPClient.ValidateTransfer()
at EnterpriseDT.Net.Ftp.FTPClient.Put(String localPath, String remoteFile, Boolean append)
A first chance exception of type 'EnterpriseDT.Net.Ftp.FTPException' occurred in edtFTPnet.dll
A first chance exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
The thread 0x1264 has exited with code 0 (0x0).
The thread 0x133c has exited with code 0 (0x0).
The program '[2104] Continuous.vshost.exe: Managed' has exited with code 0 (0x0).
Regards
Grant.