“SCP” Ответ

SCP

scp file.txt remote_username@10.10.0.2:/remote/directory
Brave Beetle

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 windows_username@192.168.0.200:"\"C:\Users\windows_username\Downloads\your file with spaces in its name.txt\"" C:\builds
Muddy Moose

SCP

scp /home/stacy/images/image*.jpg stacy@myhost.com:/home/stacy/archive
Federico Garbe

Ответы похожие на “SCP”

Вопросы похожие на “SCP”

Смотреть популярные ответы по языку

Смотреть другие языки программирования