Hello All
I am using PGP Encryption using GPG4win which supports gpg encryption.
I am able to encrypt the file in command prompt by using the command
gpg -r "key" -o C:\Temp\1.pgp --trust-model always -e C:\1.csv
but by using execute process task i am unable to do it
I kept the executable to cmd.exe
and arguments to the one specified above...
When i execute the task in ssis ,its just opening the command prompt but not executing the arguments..
I am unable to know where i am doing wrong..
Any help is appreciated..