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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Push a file

ssh ./path/to/source user@host:/path/to/destination

Pull a file

ssh user@host:/path/to/source ./path/to/destination