> 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 supported by ftpCli.

You can get the size of the file once it is uploaded (fast but minimalist).
You can also download it and compare with the original (slow but sure). You 
may first check the size and do not download if different.

--
[EMAIL PROTECTED]
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
-- 
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

Reply via email to