mtran21
5 years agoNew Contributor III
Setting up SFTP connection to download file
I am new to SnapLogic and currently learning how to use SnapLogic. At this moment, I am looking for some guidance how to create a pipeline that logs into a remote FTP server via SFTP and download a f...
- 5 years ago
@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]