Checksum via FTP???
Roger Eller
roger.e.eller at sealedair.com
Fri Sep 9 12:27:49 EDT 2011
The following function was posted on the old Use-Revolution list. I was
wondering how to do the same after downloading a file via FTP. The server
ONLY has an FTP connection, no SMB/CIFS.
-- by Chipp Walters (4/27/2007 on Rev List)
function getChecksum pFilePath
if there is not a file pFilePath then return ""
return URLencode(md5digest(URL ("binfile:" & pFilePath)))
end getChecksum
~Roger
More information about the use-livecode
mailing list