从服务器scp到本地后找不到传递的文件

Cannot find the delivered file after scp it from sever to the lcoal

我想scp一个文件到本地

[root@iz2ze9wve43n2nyuvmsfx5z ~]# scp root@www.**sever.com:/root/crond_help.md .
root@www.*server.com's password: 
crond_help.md                                 100% 7692     1.7MB/s   00:00    

看来任务完成了:

尽管如此,我在本地找不到它

me in ~/Desktop/PubRepo
$ find / -iregex ".*crond_help.md" 2>/dev/null
#None returned

我试了很多次,结果都一样。

我使用 scp 有什么问题?

您已经通过 ssh 连接到服务器 [root@iz2ze9wve43n2nyuvmsfx5z ~],对吗?

请退出并returnme in ~/Desktop/PubRepo