Re: [twsocket] Multithreading with TFTPClient

2006-05-28 Thread Wilfried Mestdagh
Hello Joshua, This is example of a message pump, the loop finish when WM_QUIT is received, so you have to do to destroy the thread or at finish of program: procedure TDownloader.MessagePump; begin while GetMessate(Msg, 0, 0, 0 do begin case Msg.Message of // Here you can take

Re: [twsocket] Multithreading with TFTPClient

2006-05-28 Thread Francois PIETTE
From the _same_ FTP server or from another FTP server ? It never minds from which FTP-Server the FTP-Cients downloading. But if other programs downloading files, my test-program becomes defective. We have to find out the source of the problem. It could be the server or it could be something in

Re: [twsocket] how to use tpop3cli with ssl

2006-05-28 Thread Francois PIETTE
But I cannot estimate the time necessary to achieve my goal since I don't know Delphi but only C++ Builder. If you know C++, you can easily program in Delphi :-) Just replace { and } with begin and else, = by :=, == by =, by and, || by or, - by ., by @, return(X) by Result := X; Exit;, in

Re: [twsocket] ICS: Sending file through THttpServer, code exemple

2006-05-28 Thread Francois PIETTE
Looking to the mailling list, I've seen some people trying to send file in the WebServ demo of ICS. I've played around a bit with it trying to get it working, and ended up with a very simple way to do it : Thanks for your example. + 'Connection: ' + ClientCnx.FRequestConnection +

[twsocket] Threaded Socketspy Demo

2006-05-28 Thread Ryan Saddler
I am inquiring about the socket spy program and how difficult it would be to thread it? I examined thrdsrv1 example in ics examles and want to know where to begin. If anyone can point me in the right direction please. The current program works great but threading is required because the traffic is

[twsocket] HTTP Digest auth code not applied to V6??

2006-05-28 Thread Fastream Technologies
Hello Francois, I see you did not apply the digest auth to HTTP of v6. Is there a particular reason? Best Regards, SZ -- 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