gpt4 book ai didi

linux - 使用 scp 从服务器下载文件时出错

转载 作者:太空宇宙 更新时间:2023-11-04 09:22:48 25 4
gpt4 key购买 nike

我想使用 scp 从服务器下载一些文件和目录。

scp -p 3031 root@serverIP -D 1080:/dir_path/. /local_path/

但是使用这个命令我得到了一些错误:

cp: cannot stat '3031': No such file or directory

cp: cannot stat 'root@serverIP': No such file or directory

cp: cannot stat '-D': No such file or directory

ssh: connect to host 1080 port 22: Invalid argument

有人能帮帮我吗?

最佳答案

这些开关有它们的含义,它们的顺序很重要。正确的路径(假设你想下载一个文件)是:

scp -P 3031 root@serverIP:/dir_path/file /local_path/

scp 手册页中的概要应该是你的 friend :

SYNOPSIS

scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program] [[user@]host1:]file1 ... [[user@]host2:]file2

关于linux - 使用 scp 从服务器下载文件时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40056495/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com