[twsocket] Hang / timeout on local FTP servers

2010-06-21 Thread Tobias Giesen
Hello, when the FTP server is running on the same machine as an ICS v7 client, occasionally a hang can occur when receiving data, such as after a LIST command. The hang ends with a timeout. The reason seems to be that the data is received faster than ICS expects it. In such cases, TCustomWSocket

Re: [twsocket] FTP Client in a separate thread

2007-10-18 Thread Tobias Giesen
> Do you see similar (strange delays or high CPU use) with IE or any > other internet application as well? Delays, yes. CPU use, no. But that is an interesting idea, I could try the same thing on different PCs. IE has its own problems. Applications that depend on IE can stall each other. For exa

Re: [twsocket] FTP Client in a separate thread

2007-10-17 Thread Tobias Giesen
Hello, thanks for the suggestions, Arno and Francois! I will try it using ASync calls. I tried ftpWaitUsingSleep but it does not make any difference. But the problem is not a CPU concurrency problem. It is much worse. The main thread calls PeekMessage (in TApplication.ProcessMessage) and Windows

[twsocket] FTP Client in a separate thread

2007-10-17 Thread Tobias Giesen
different FTP libraries and also HTTP accesses etc., but all of them stall the main program when being executed in a thread. Am I missing something very basic here? Does anybody have an idea? Thanks. Cheers, Tobias Giesen www.superflexible.com -- To unsubscribe or change your settings for TWSocket

[twsocket] Oops - SSL only for FTP commands not data in my app

2006-12-18 Thread Tobias Giesen
Hi, apparently I haven't enabled SSL for data transfers, only for the initial connection and FTP commands. Some servers refuse data transfer, saying that SSL is required, although an SSL connection has been set up successfully. Where/how do I enable secure transfers for data? I am using TSslFtp

[twsocket] Source Code Fixes for ICS/FTP

2005-09-01 Thread Tobias Giesen
ovide compatibility with some NAS drive. Cheers, Tobias Giesen http://www.superflexible.com -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be