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 file to my share folder.
I already created a SSH Account. My next is I don’t know which snap to be used to make the connection to FTP server and download the file.
Please help
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]