Any work around for no SFTP in LC?

Alejandro Tejada capellan2000 at gmail.com
Thu Jan 16 18:35:36 EST 2014


Hi Jim,

Could you test if this method works for you?

In the origin:
1) Send the name, length (in bytes) and sha-1 and md5 digest of the file 
2) Grab a chunk of your file
3) encrypt this chunk
4) send via normal ftp along chunk's sha-1 and md5 digest

In the destination:
5) verify chunk's sha-1 and md5 digest
6) if correct, then decrypt the chunk and append it to the new file
else ask the origin to send it again
7) When transfer is completed, verify 
complete file's sha-1 and md5 digests

If your network is reliable, this method
could works...

Al



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Any-work-around-for-no-SFTP-in-LC-tp4674741p4674753.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list