ArchLUG Linux By Example - www.archlug.org

Download the RSS XML Feed for this site

Subscribe to this channel with Amphetadesk

Subscribe to this channel with RadioUserland

scp


scp -- secure copy of files between machines

  • copy local file into remote home directory of local user
scp localfile  host.domain:
  • copy local file into remote home directory of user
scp localfile  user@host.domain:
  • copy local file into remote directory /home/user/incoming, renaming it to "remotefile"
scp localfile  user@host.domain:/home/user/incoming/remotefile

another ssh/scp host can server as copy source:

scp host1.domain:foo host2.domain:

Valid XHTML 1.0! Valid CSS!