Hi all.
I'm starting to write a script that will act like a daemon
and will constantly update my local machine from 4-5 ftp servers. I want check that every file I've downloaded was downloaded correctly.I know I can compare the size of remote and local files, but I'd prefer something more accurate like md5 hash. Is there a way to get a some sort of hash sum from the remote server?