On Wed, May 13, 2009 at 12:44 PM, David Latorre <[email protected]> wrote: > If the client renamed the file itself when the upload finished, you'd > be sure that it had been successfully written ( Besides, you can use > MD5 checks for data integrity).
This is the strategy I've always used when I have automated FTP transfers (eg. application to application integration). I highly recommend it. If the server you're using doesn't support the MD5 commands, you can at least check the file length from the client. /niklas
