Solved
Forum Discussion
Thank you. That is very helpful.
I am attempting to upload PGP Encrypted file to a SFTP server
What should be the encrypted_filename here? How do I get the encrypted file name?
Thanks
@mtran21 … In file write , you can specify the filename what you want to write to target system. This encrypted_filename is whatever filename you use in PGP encrypt file. If you use any pattern can write in pipeline param then use it or if you want to hard code like->
‘-myEncryptFile-’+Date.now()+‘.xml’ instead of $[encrypted_file]