I am writing a method to backup files (they will be small files) and the server in which I am using supports the XMD5 command, which requests and returns the md5 hash of any selected file. What I am trying to figure out how I can use this XMD5 feature with Net::FTP. Does anyone know how I could accomplish a task of this nature?
maybe something like my $remote_md5 = $ftp->xmd5($filename); this would be a nice feature to add to Net::FTP