pavement

Scp

From FreeBSDwiki
Revision as of 03:26, 12 September 2004 by Dave (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

scp -- secure copy. Essentially it's copying files from one host to another with ssh encryption. The format is

scp user@host:/path/to/file user2@host2:/path/to/file2

Here user@host is copying file to host2 and naming it file2. For details on encryption keys and other details, see the man page.

Personal tools