Re: [twsocket] Ftp-file corruption check

2007-09-23 Thread Francois PIETTE
multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "New Era" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, September 23, 2007 8:57 AM Subject: Re: [twsocket]

Re: [twsocket] Ftp-file corruption check

2007-09-22 Thread New Era
thanks for your kind reply, but if I go with the stable version of the ICS which does not have XCRC command support, I used the following code to achieve my aim (recommended by FPiette), 1- upload file using ftpPutAsync() 2- use ftpDirAsync() and check the size of the file of interest if it is

Re: [twsocket] Ftp-file corruption check

2007-09-16 Thread Francois PIETTE
> How to check if a file is either uploaded correctly or not, I know that > ftpCli > supports MD5 command, but at the outside world there were no > commercial ftp hosting services that support MD5 command, > I only found one ftp hosting which supports XCRC and this is command as > far > as I know

Re: [twsocket] Ftp-file corruption check

2007-09-16 Thread Arno Garrels
New Era wrote: > How to check if a file is either uploaded correctly or not, I know > that ftpCli supports MD5 command, but at the outside world there were > no commercial ftp hosting services that support MD5 command, I only > found one ftp hosting which supports XCRC and this is command as far >

[twsocket] Ftp-file corruption check

2007-09-16 Thread New Era
How to check if a file is either uploaded correctly or not, I know that ftpCli supports MD5 command, but at the outside world there were no commercial ftp hosting services that support MD5 command, I only found one ftp hosting which supports XCRC and this is command as far as I know, is not supp