SL12345
3 years agoNew Contributor III
How to copy file between two servers (sftps)
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
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.