Forum Discussion
Hi,
SFTP copy/move from server A to server B is in the roadmap and will not available in this release. With that being said, we are investigating an optimal way to perform cross server operations without an overhead on performance. We will keep you posted as it comes along.
Thanks.
Thanks for your response , can you answer to my other question there - If we provide two different sftp location in source(server A) and target(Server B) but both using same file basic auth account , will the snap move the file ?
I’m asking this because I don’t know the details today about how the file operation snap works ?
- Kiran8 years agoEmployee
Hi,
As I mentioned earlier, we do not support A-B file server transfer at this point using the file operation snap, even though the authentication account is same.
Thanks.
- stephenknilans8 years agoContributor
One thing I am doing, because it was a requirement, and had to be 100% snap logic, is I am using a source snap to read, feeding it through a router snap, because I am validating at the same time, and using a write snap to write. I am also doing this with a zip file, again, as it was a requirement. In the long run, it is probably about the fastest way to do, as I am processing it in one pass, and putting it on a faster and more private server.
Another benefit over some custom use of a single snap, script etc… is that it is visually understood, and likely easier to get metadata from,
Steve