LINUX.ORG.RU

man scp:

-P port

Specifies the port to connect to on the remote host. Note that this option is written with a capital ‘P’, because -p is already reserved for preserving the times and modes of the file in rcp(1)

ef37 ★★
()

альтернатива -

откройте файл ~/.ssh/config

и впишите туда (к примеру)

Host address.dom
Port 22000


Sylvia ★★★★★
()
Ответ на: комментарий от wlan

scp -P NNNN user@server:/path/to/file_server /path/to/dir_local

scp -P NNNN /path/to/file_local user@server:/path/to/dir_server

wlan ★★
()
Ответ на: комментарий от ksv

При попытке указать порт через -P выводит сообщение:

[root@titan ~]# scp html.zip root@website.ru:/var/www -P 1225 1225: No such file or directory

agert
() автор топика
Ответ на: комментарий от agert

Вы принципиально не читаете все комментарии? :)

scp -P 1225 html.zip root@website.ru:/var/www

ksv
()
Ответ на: комментарий от agert

Нет, CentOS - тоже следствие исходной проблемы.

as33 ★☆☆
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.