PGPIMPORT Import a PGP key |
Top Previous Next |
This script command imports a PGP key file (*.gpg; *.pgp; *.asc) or keyring file (*.pkr; *.skr; *.pubkr) exported from Robo-FTP or from another PGP encryption package.
The following example imports a key present in Robo-FTP’s working folder.
PGPIMPORT "export_key.gpg"
The following example imports a key into a keyring present in the specified folder.
PGPIMPORT "export_key.gpg" "c:\gnupg"
Related Command(s): PGPDECRYPT, PGPENCRYPT
|