Hello all im building ftp client that needs to pull files but i allso need to verify that the files are downloaded completely , i was thinking to do it with checksum , but i didn't found ant way to do it on the server ftp side . is there any way to checksum file on the server ftp with Commons Net Ftp ? thanks
That seems unnecessarily complicated. The FTPFile class tells you how big the file is on the server, so you can compare that to the local file size during or after the download - no need for checksums.
Roses are red, violets are blue. Some poems rhyme and some don't. And some poems are a tiny ad.