[twsocket] How to read directory with ftpclient?

2006-05-16 Thread Dominik Schmidt
Hello, I want to read a directory from my ftp server. So I use this code to read the dir: FTP.DisplayFileFlag:= True; FTP.Passive:= True; FTP.HostDirName:= '/LVsource/'; FTP.HostFileName := '*.*'; DeleteFile(TEMP_FILE_NAME); FTP.LocalFileName := TEMP_F

Re: [twsocket] SMTP demo and RichText

2006-05-16 Thread Jeff Cook
Thank you Francois and Arno I'll take your advice and use HTML - for the reasons Francois gave about many email client not supoorting it - but also because I've already solved the problems of converting RTF to HTML for our bulk emails. One downside of doing so is that "pretty" rich text letters k

[twsocket] Fw: ICSv6-BCB2006

2006-05-16 Thread Fastream Technologies
: Hello, : : Peter has worked on the problem: http://www.fastream.net/peter. Your : feedback is always welcomed! : : 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

Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread jacques marchal via adepi.be
At 16:18 16/05/2006 +0200, you wrote: >Hello jacques, > >Use async methods, then nothing is running in a wait loop and you will >consume almost no CPU. OK, perfect and even better then WS-Ftp, sorry, I expected to find a property (mode sync/async) and not a method. Next time I will read further.

Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread Francois Piette
Are you using async mode ? If not, then use it. -- 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 framework, freeware) http://www.overbyte.be - Original Message -

Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread Wilfried Mestdagh
Hello jacques, Use async methods, then nothing is running in a wait loop and you will consume almost no CPU. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, May 16, 2006, 15:47, jacques marchal via adepi.be wrote: > I am testing the

[twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread jacques marchal via adepi.be
I am testing the component TFtpClient. All are running fine except the CPU load at 100%. Multitasking is heavily affected during the sending process. And I am using a 25 Kbyte ascending channel ADSL. That means a transfert of 100 Mb can take a full hour... Is it a way to reduce this CPU load, my

Re: [twsocket] New MIME type

2006-05-16 Thread Francois Piette
> How can I build program users can request it from browser .. for example > : In browser instead of http:// I want to have my own extension. > > Is this related to windows extensions? This is not related to winsock and can't be done with ICS. What you want is named "URL Moniker". See this: http:

[twsocket] Bug fix for TFtpServer

2006-05-16 Thread Fastream Technologies
Hello, procedure TFtpServer.FreeCurrentPasvPort(AClient : TFtpCtrlSocket); var CurrentPort : Integer; ErrorCode : Integer; begin { FLD changed following lines, } { FreeCurrentPasvPort might be called when the socket is already closed! } if AClient.DataSocket.State =

[twsocket] New MIME type

2006-05-16 Thread Abdullah AlQasim
Hi All, How can I build program users can request it from browser .. for example : In browser instead of http:// I want to have my own extension. Is this related to windows extensions? Any example or demo will be great. Thanks you in advanced. Abdullah -- To unsubscribe or change your setti

Re: [twsocket] SMTP demo and RichText

2006-05-16 Thread Arno Garrels
Francois Piette wrote: > btw: RTF message is not a very good idea. Many email client doesn't > support it. You'd better use HTML messages which are demoed in MailHtml > sample provided with ICS. If you are looking for a free html editor you may try Kurt Senfer's ActiveX component, available in th