Tag: scp

  • SCP for practical uses

    A basic example: scp filename user@host.com:/path/where/you/want/it SCP The scp command allows you to copy files over ssh connections. This is pretty useful if you want to transport files between computers, for example to backup something. The scp command uses the ssh command and they are very much alike. However, there are some important differences. The…