Re: [twsocket] FTPClient : CHMOD

2007-07-25 Thread Francois Piette
How to do with FTPClient a CHMOD command? Use TFtpCli.Quote method to send any non standard command to the server. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier

Re: [twsocket] Is this a bug or a missing feature in wsocket.pas?

2007-07-25 Thread Arno Garrels
Abort() IMHO. Is this correct? No, since receiving this notification from winsock does not necessarily mean that all data has been received on the application level. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Fastream Technologies wrote: Hello, I mean the

Re: [twsocket] Is this a bug or a missing feature in wsocket.pas?

2007-07-25 Thread Fastream Technologies
Ok then how do we move the sockets out of CLOSE_WAIT state when the closing sequence is incomplete because of missing client packets?? Do not assume we are using LAN and no-packet-loss networks. Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support

Re: [twsocket] Is this a bug or a missing feature in wsocket.pas?

2007-07-25 Thread Francois Piette
Ok then how do we move the sockets out of CLOSE_WAIT state when the closing sequence is incomplete because of missing client packets?? Do not assume we are using LAN and no-packet-loss networks. Winsock will timeout and give an error. -- [EMAIL PROTECTED] http://www.overbyte.be -- To

Re: [twsocket] Is this a bug or a missing feature in wsocket.pas?

2007-07-25 Thread Fastream Technologies
Why would a servef all into a state in which when a client connects it sees 10053? I see 10053 when I connect to my customer's site with HTTP client demo after 2 hours! Not 10060, 10061 but 10053! Best Regards, SZ - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS

Re: [twsocket] Is this a bug or a missing feature in wsocket.pas?

2007-07-25 Thread Wilfried Mestdagh
Hello, Why would a servef all into a state in which when a client connects it sees 10053? I see 10053 when I connect to my customer's site with HTTP client demo after 2 hours! Not 10060, 10061 but 10053! A 10053 is 'software caused connection abort'. Normally this is a routing or some other

Re: [twsocket] Is this a bug or a missing feature in wsocket.pas?

2007-07-25 Thread Fastream Technologies
Hello, Why would a servef all into a state in which when a client connects it sees 10053? I see 10053 when I connect to my customer's site with HTTP client demo after 2 hours! Not 10060, 10061 but 10053! A 10053 is 'software caused connection abort'. Normally this is a routing or some