Scp

description: SSH remote copy commandline tool

lang: ENG

Description

scp [OPTIONS] user@hostname:src user@otherhostname:dst

Copy a local file to a remote server

scp /path/to/file user@ip:/path/to/copy/file

Copy a repository

scp -r [src] [dest]

Specify the file to use as a key

scp -i /path/to/file [src] [dest]