pgp-encryption-without-armored.pngHi All,
I am trying to transfer files to SFTP Server using CPI's SFTP Receiver Channel. Files come to CPI from Unix box.
SFTP mailbox requires the files to be PGP Encrypted and ‘ASCI Armoured’, with each line e...
Thanks for the great blog. For HTTP to File, this works without adding those specific Modules. Just by adding AF_Modules/DynamicConfigurationBean, we get the ASMA Filename set.
I got this sorted. Wrote a small piece of groovy script and now removing the extra line feed characters after encryption.import com.sap.gateway.ip.core.customdev.util.Message;
import java.util.HashMap; def Message processData(Message message) { /...
Hey Saranya,
Can we set the same for SFTP Adapter as well?
I am sending a file to SFTP server which wants PGP Encrypted and ‘ASCI Armoured’, with each line ending with CRLF.
If I add the PGP Encryption, I end up getting the error:
Linux/Unix/M...
Hi Marcus,Can we set the same for SFTP Adapter as well?I am sending a file to SFTP server which wants PGP Encrypted and ‘ASCI Armoured’, with each line ending with CRLF.If I add the PGP Encryption, I end up getting the error:Linux/Unix/MAC OSX text t...