File Transfer (in-progress)
# Transfer from local computer to remote computer
scp <source file> <username>@<remote host>:<destination>
scp agenda.txt asoberan@luria.mit.edu:/home/asoberan/unxiclass
# Transfer from remote computer to local computer
scp <username>@<remote host>:<source file> <destination>
scp asoberan@luria.mit.edu:/home/asoberan/arrayDat.txt .Last updated
Was this helpful?
