Open ctb opened 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.
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
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.