-3

I work remotely trough my linux system. I have data on server A which can be accessed only through SFTP. The second server is HPC cluster. I want to fetch data in my HPN cluster working directory from server A. How can it be done? Is there any possible batch job script?

1 Answers1

0

This is doable using SSH - you can either run a script on server A to put the files to the second server or run a script on the second server to pick files from the server A. There's no standard command in SFTP to transfer the files from the server to some other remote location.

Eugene Mayevski 'Callback
  • 45,135
  • 8
  • 71
  • 121