SSH
From Useful Things
Revision as of 11:50, 30 June 2014 by Milosivanovic (talk | contribs)
Push a file
scp ./path/to/source user@host:/path/to/destinationPull a file
scp user@host:/path/to/source ./path/to/destinationscp ./path/to/source user@host:/path/to/destinationscp user@host:/path/to/source ./path/to/destination