scp <localfile>username@tohostname:<remotefile>
scp <localfile>username@tohostname:<remotefile>
Copy to Clipboard
Copied!
scp shadowman username@penguin.example.net:shadowman
scp shadowman username@penguin.example.net:shadowman
Copy to Clipboard
Copied!
scp username@tohostname:<remotefile><newlocalfile>
scp username@tohostname:<remotefile><newlocalfile>
Copy to Clipboard
Copied!
scp downloads/* username@penguin.example.net:uploads/
scp downloads/* username@penguin.example.net:uploads/
Copy to Clipboard
Copied!