PDA

View Full Version : Ftp/pgp


silva
03-17-2006, 12:21
Has anyone tried delivering files over the internet with FTP/PGP?
I see some PGP services in the wMEDIfor TN package but in the documentation it says it will be deprecated and is not really supported.

Can anyone help with some advise.

mcarlson
03-17-2006, 20:59
About five years ago, we built a custom content handler to process PGP files sent to the IS via FTP. The content handler ran a command line script using runtime.exec() to decript the PGP file and write it to another folder for processing. It passed the filename of that temporary location to the invoked service.

Not sure that is what you were looking for.

Mark