Linux scp

From John Freier
Revision as of 10:26, 6 October 2015 by Jfreier (Talk | contribs) (Created page with "SCP is an application to send files via SSH. scp {sourceFile} {username}@{server}:{destinationFile} Example scp Desktop/url.txt yatri@192.168.1.50:~/Desktop/url.txt == Re...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SCP is an application to send files via SSH.

scp {sourceFile} {username}@{server}:{destinationFile}

Example

 scp Desktop/url.txt yatri@192.168.1.50:~/Desktop/url.txt

Resources

http://www.howtogeek.com/66776/how-to-remotely-copy-files-over-ssh-without-entering-your-password/