scp 停止使用 bash: scp: 命令未找到/丢失连接

scp 停止使用 bash: scp: 命令未找到/丢失连接

我总是用 scp 复制文件

scp from to

突然它停止工作了

#scp from host:/home/username/to
bash: scp: command not found
lost connection

或者

#scp host:/home/username/to/file .
bash: scp: command not found

为什么?这是什么意思?以及如何修复?

我可以

ssh host

成功地。


scp在这儿

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

相关内容