Re: [twsocket] sub: FTPServer Timeout

2008-03-20 Thread Angus Robertson - Magenta Systems Ltd
> I am using Delphi 5 with ICS 1.42. My application runs > within a LAN. If a machine (say M1) with a TFtpServer > component is receiving a file from a TFtpClient (say > machine M2) and the LAN wire is pulled out then the > TFtpServer never resets the connection. This is fixed in the latest ICS V6

Re: [twsocket] sub: FTPServer Timeout

2008-03-20 Thread Dod
Hello Allan, There is no way to easily detect a broken cnx between a client and a server if there is no transfert. Only the sender of data can detect the broken cnx and tell about it, but the receiver of the data will simply wait, there is no reliable "broken link" msg send to him, it's

Re: [twsocket] sub: FTPServer Timeout

2008-03-20 Thread Dod
Hello Allan, There is no way to easily detect a broken cnx between a client and a server if there is no transfert. Only the sender of data can detect the broken cnx and tell about it, but the receiver of the data will simply wait, there is no reliable "broken link" msg send to him, it's

[twsocket] sub: FTPServer Timeout

2008-03-20 Thread Allan Fernandes
Hi, I am using Delphi 5 with ICS 1.42. My application runs within a LAN. If a machine (say M1) with a TFtpServer component is receiving a file from a TFtpClient (say machine M2) and the LAN wire is pulled out then the TFtpServer never resets the connection. I am able to send a file from a third ma