I'm considering using the SDK for a client application. I would like to PGP-encrypt a .NET stream (in-memory) to produce a file which is then transferred to a FTP site.
WIll the SDK allow for this use of WS_FTP?
Thanks
Hi Marc,
We did this ourselves using the open source pgp tool GnuPG. We created a dotnet wrapper around the gpg.exe, using the System.Diagnostics.Process object. We then created an adapter that adapts the WSFtp sdk and GnuPG wrapper to our FTP w/ PGP encryption interface.
Hope this helps.
Best Regards,
Justin