Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users can also use conventional command line transfer tools like rsync and scp, it is best to perform these processes on hal-data.ncsa.illinois.edu as that keeps the traffic off the login node and gives users there a better experience. 

SFTP

Users can also use conventional command line transfer tools like FileZilla or CyberDuck to upload and/or download data from hal-data machine.

Code Block
languagebash
sftp <userid>@hal-data.ncsa.illinois.edu
put myfile.dat # upload data file
get myfile.dat # download data file