09-02-2022 05:37 AM
Hi snaplogic experts,
what is the best approach if i want to copy file from one sftp to another? Is there any snap, where can i use credentials for source sftp as well as credentials for destinaton sftp? - According to documentation, “File Operation” snap can be used only if source sftp = destiantion sftp.
Do i need workaround? get content of the file, store it via mapper to variable and send it to destination sftp?
Thank you
Solved! Go to Solution.
09-02-2022 05:42 AM
You can do this with two snaps - File Reader attached directly to File Writer. The data is streamed as binary so it won’t matter what file type is being transferred.
09-02-2022 05:42 AM
You can do this with two snaps - File Reader attached directly to File Writer. The data is streamed as binary so it won’t matter what file type is being transferred.