Search found 1 match

by chikad
08 May 2019, 03:29
Forum: Help
Topic: How to encrypt files on destination (network) folder?
Replies: 8
Views: 6454

Re: How to encrypt files on destination (network) folder?

WinSCP has encryption for SFTP (not FTP)
I don't know if the code can be re-used, but the protocol is described here:
winscp.net/eng/docs/file_encryption
It is very straightforward to implement. I don't know how FFS compares files, but for the application of securely storing files on the cloud the ...