This is an instructive example only, let’s not burden the network by having 80 people copy this data multiple times all at once.
Visit https://www.eia.gov/consumption/residential/data/2015/index.php?view=microdata
Click “csv” to download to your local computer.
scp
to transfer this data to the 506/data
folder in AFS:
scp ~/Downloads/recs2015_public_v3.csv user@login.itd.umich.edu:~/506/data/
~
expansion may not work on all hostswget
to directly download the data to the remote server:
login.itd.umich.edu
and change directories to 506/data
wget
and the address to downloadsftp
:
login.itd.umich.edu
using sftp
put
with full file path (no ~
expansion) to transfer local to remoteget
to transfer a smaller version backls
, cd
, etc.For long-running or uncertain transfer times you should do the above in a Tmux session.