Does the FTP component support file integrity checks? For example, when a file is uploaded or downloaded, is there any way to know that the file is exactly the same on both the local and remote ends? I saw where you can check the size of the file but what if data is some how shifted around and the filesize remains the same? For binary type files, like Word documents, this would result in the file being corrupt but the filesize checks wouldn't catch that. What would really be nice is if you could somehow hash the file before the transfer occurs and then re-hash it after the transfer. If the two hashes match, you know the file is good. Does anyone know if this is possible?