Re: [twsocket] Ftp-file corruption check

2007-09-23 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-23 Thread Francois PIETTE
If you want ot get directory listing to get the file size, you are on the wrong track. FTP has a sie command to get the size of a file. Use it. Now if you really want to dir list for a file only, most FTP server use the host file name as filter. -- [EMAIL PROTECTED] The author of the freeware