Re: [twsocket] Download file from FTP with ProgressBar in Delphi

2009-11-18 Thread Arno Garrels
Anton Nikulin wrote: > > procedure TFTPClientForm.FtpClient1Progress64(Sender: TObject; Count: > Int64; var Abort: Boolean); > begin > ProgressBar1.Position:=Count; > end; Note that updating the progressbar too frequently may slow down overall application performance and will eat a lot of CPU p

Re: [twsocket] Download file from FTP with ProgressBar in Delphi

2009-11-18 Thread Anton Nikulin
2009/11/18 Jeff Cook > Hi Anton > > I think you just need to use the OnProgress event like this ... > > procedure TFTPDownloadForm.FTPProgress(Sender: TObject; Count: Integer; > var Abort: Boolean); > begin > Abort := bCancel; // bCancel is a boolean set by clicking cancel > button > progDB.Po

Re: [twsocket] Download file from FTP with ProgressBar in Delphi

2009-11-18 Thread Jeff Cook
Hi Anton I think you just need to use the OnProgress event like this ... procedure TFTPDownloadForm.FTPProgress(Sender: TObject; Count: Integer; var Abort: Boolean); begin Abort := bCancel; // bCancel is a boolean set by clicking cancel button progDB.Position := Count; end; HTH Jeff -- J

Re: [twsocket] libeay32.dll issue

2009-11-18 Thread Francois PIETTE
I've tried to convert a D6 ftps app to D2007. This goes well. However when running I get a compatibility error about libeay32.dll. That can be correct so I downloaded from the link on the overbyte the openssl version. However there are only lib files and no dll's. Am I missing some things or do

Re: [twsocket] Future plans of ICS

2009-11-18 Thread Francois PIETTE
2) I see your point in this too, but you could add some helping thigs like those I suggested, aren't you? I don't think anything special is required. Once you get the file list, as any other file, you just submit it to your decoding class. Probably from the OnRequestDone event. -- francois.p

[twsocket] libeay32.dll issue

2009-11-18 Thread A Drent
I've tried to convert a D6 ftps app to D2007. This goes well. However when running I get a compatibility error about libeay32.dll. That can be correct so I downloaded from the link on the overbyte the openssl version. However there are only lib files and no dll's. Am I missing some things or do

Re: [twsocket] Future plans of ICS

2009-11-18 Thread Anton Sviridov
Francois, thanks for answer. 1) Ok, I've got your point. 2) I see your point in this too, but you could add some helping thigs like those I suggested, aren't you? -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/lis

Re: [twsocket] Future plans of ICS

2009-11-18 Thread Francois PIETTE
I have a couple of questions about future of ICS. 1) FPC port. Will it continue someday? Actually, I never made anything for FPC support, except accepting changes from some developpers to help using ICS in FPC. Or maybe just Linux support (according to Emb's roadmap to bring something like K

[twsocket] Download file from FTP with ProgressBar in Delphi

2009-11-18 Thread Anton Nikulin
Hi! I use FtpClient to download file from FTP-server. How can I show download progress in ProgressBar? -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Future plans of ICS

2009-11-18 Thread Anton Sviridov
Angus, I know and have already looked into the code, and even tryed to understand it :) But as you've mentioned it's not trivial to grab parsing code out of the component because of lots custom routines used. And I'm talking of slightly another thing: a standard and native ICS interface for parsi

Re: [twsocket] Future plans of ICS

2009-11-18 Thread Fastream Technologies
What about ISAPI Filter support for ICS web server? Regards, SZ On Wed, Nov 18, 2009 at 2:58 PM, Paul wrote: > > IPv6 would be nice too :) > > Paul > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket

Re: [twsocket] Future plans of ICS

2009-11-18 Thread Paul
IPv6 would be nice too :) Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Future plans of ICS

2009-11-18 Thread Angus Robertson - Magenta Systems Ltd
> 2) Parse listings in FTP client. I do not ask for parsing > implementation (as I understood, you don't feel doing it) Full FTP parsing is implemented in TMagFtp, which is a high level version of TFtpClient, you can use the entire unit or borrow TMagFtp.UnpackFtpFDir (which has a lot of dependen

[twsocket] Future plans of ICS

2009-11-18 Thread Anton Sviridov
I have a couple of questions about future of ICS. 1) FPC port. Will it continue someday? Or maybe just Linux support (according to Emb's roadmap to bring something like Kylix to life someday)? 2) Parse listings in FTP client. I do not ask for parsing implementation (as I understood, you don't fe

Re: [twsocket] Decoding MIME messages

2009-11-18 Thread Arno Garrels
Michael Kochendoerfer wrote: > Arno, > > generally, the program should be able to extract the most important > information of an automated reply to a mail, i.e. from a mailserver > when the destination is unknown, mailbox is full, relaying isn't > allowed and the like. Some mailservers seem to ret

Re: [twsocket] Decoding MIME messages

2009-11-18 Thread Kochendoerfer, Michael
Francois, I'm trying to write a very basic automation, which should try to detect some patterns within mails, and if a mail content matches, it should save that mail for further processing and delete it from the pop3 server. Each unprocessed ('unknown' content) should stay on the server, until