SSH
From Useful Things
Revision as of 11:49, 30 June 2014 by Milosivanovic (talk | contribs) (Created page with "== Push a file == <source lang="bash"> ssh ./path/to/source user@host:/path/to/destination </source> == Pull a file == <source lang="bash"> ssh user@host:/path/to/source ./pa...")
Push a file
ssh ./path/to/source user@host:/path/to/destinationPull a file
ssh user@host:/path/to/source ./path/to/destination