My application downloads a number of files on startup. I am using edtFTPnet (free) V1.3.0. The vast majority of users (98%+) connect to the server and download without issue. However, this is not the case for 2 or 3 individuals.
Extract from the monitor file follows:
DEBUG [FTPControlSocket] 25 Oct 2008 17:54:49.547 : 425 Sorry, invalid address given
INFO [FTPControlSocket] 25 Oct 2008 17:54:49.547 : Expected reply codes = [220,230] (strict=False)
DEBUG [FTPControlSocket] 25 Oct 2008 17:54:49.627 : ---> SIZE ./htdocs/fymfiles_2/FYMYards.ini
ERROR [FTPControlSocket] 25 Oct 2008 17:54:49.757 : Exception in SendCommand : System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
Is there some setting on their local machines which is causing this problem? Any suggestions would be most welcome.
thanks,
Jim