Copying files via SSH
- February 9th, 2010
- Posted in SSH
- By mp
- Write comment
Copy with permissions to $USER’s home directory on $HOST
scp -p -r $USER@$HOST: file dir/
Copy with permissions to $USER’s home directory on $HOST
scp -p -r $USER@$HOST: file dir/
No comments yet.