Security – Setting up PGP FTP

encryptionftppgpSecurity

I have a situation where I need to setup a FTP server with PGP encryption. Currently I use FileZilla w/ SSL, but in this case we are required to use PGP.

Any recommended products/procedures from those who have done this? Doesn't look like FileZilla natively supports PGP.

Thanks!

Best Answer

PGP is not an in-transit encryption technology as SSL/TLS is. You'll most likely need to use PGP to encrypt the files, transfer them, and then decrypt on the other side. This process could be easily automated if that is desirable.