dib-lab / farm-notes

notes on the farm cluster
16 stars 9 forks source link

instructions for transferring or downloading files from farm #23

Open ctb opened 3 years ago

ctb commented 3 years ago

how do we download files from farm again?

the command will look like this, but with your user name and file paths :) scp -P 2022 -r username@farm.cse.ucdavis.edu:~/some-directory-on-farm some-destination-on-my-computer

you can also use sftp which is sometimes my preference.