Visit https://www.eia.gov/consumption/residential/data/2015/index.php?view=microdata
Click “csv” to download to your local computer.
Open a terminal and use scp
to transfer this data to the 506/data
folder in AFS:
scp ~/Downloads/recs2015_public_v4.csv user@login.itd.umich.edu:~/506/data/
~
expansion may not work on all hostsUse wget
to directly download the data to the remote server:
login.itd.umich.edu
and change directories to 506/data
wget
and the address to downloadTransfer data using sftp
:
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 within in a tmux session.