“SCP Local для удаленного” Ответ

SCP Отправить файл

scp ./file.txt remote_username@remote_ip:/remote/directory
PandaNïrio

Скопируйте от удаленного до местного

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

SCP папка от сервера на локальный

scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/
Precious Pheasant

SCP Local для удаленного

scp -i <private_key> ./file.txt remote_username@remote_ip:/remote/directory
Enthusiastic Eland

Как сделать SCP от удаленной машины до локальной машины

scp user1@example.com:/path/to/file /path/to/store/file
scp root@95.217.65.48:/root/test.tar /home/tom/
devops unicorn

Ответы похожие на “SCP Local для удаленного”

Вопросы похожие на “SCP Local для удаленного”

Больше похожих ответов на “SCP Local для удаленного” по Shell/Bash

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

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