Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Rienza

Re: gpg: xxxx: skipped: public key not found

martin wrote:

So, why do you ask at WinSCP support forum?

Ask at some appropriate site. Try https://superuser.com/


OK..thank you
martin

Re: gpg: xxxx: skipped: public key not found

So, why do you ask at WinSCP support forum?

Ask at some appropriate site. Try https://superuser.com/
Rienza

Re: gpg: xxxx: skipped: public key not found

martin wrote:

What does this question have to do with WinSCP?



No, Sir. using GnuPG.
martin

Re: gpg: xxxx: skipped: public key not found

What does this question have to do with WinSCP?
Rienza

gpg: xxxx: skipped: public key not found

hi, please help. how to fix this error :

gpg: xxxx: skipped: public key not found
gpg: [stdin]: encryption failed: public key not found


My Code :

IEncryptionService encryptionService = new EncryptionService(@"C:\GNU\GnuPG\gpg.exe");

var encryptedFile = encryptionService.EncryptFile("xxxx", @"D:\application\gfmas\NPCS\1GFMASFiles\" + NewFileName + ".GFM", @"D:\GPGFILE\" + NewFileName + ".GPG");


Thank you..

Rienza