scp

Secure Copy Protocol.

General

Pull

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

Push

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

Last updated