“SCP” Respostas de código

SCP

scp /path/to/local/file remote_user@remote_host:/path/to/remote/file
Yacine

SCP

scp {{remote_host}}:{{/path/remote_file}} {{/path/local_dir}}
Puttin' Penguin

SCP

# Copy from remote to local between windows machines, with file that has spaces in its name
scp -T [email protected]:"\"C:\Users\windows_username\Downloads\your file with spaces in its name.txt\"" C:\builds
Muddy Moose

SCP

scp /home/stacy/images/image*.jpg [email protected]:/home/stacy/archive
Federico Garbe

Respostas semelhantes a “SCP”

Perguntas semelhantes a “SCP”

Procure respostas de código populares por idioma

Procurar outros idiomas de código