scp
Linux · Network · available in the simulator
What it does
Copies files over SSH.
Syntax
scp [opciones] origen destino
Options and parameters
-rRecursively copy entire directories.
scp -r carpeta ana@servidor:/tmp-PPort to connect to on the remote host (uppercase, unlike ssh).
-iUse the specified private key file.
-CEnable compression during transfer.
-pPreserve modification times, access times, and permissions.
Usage examples
scp archivo user@host:/tmp/scp -r carpeta ana@servidor:/tmp