Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用此代码将目录及其所有子目录从远程服务器复制到本地磁盘。
scp -q -r userbane@ip:/var/myFolder /home/
它复制除 2 之外的所有文件,这会导致此错误
scp: /var/myFolder/file1.txt: No such file or directory scp: /var/myFolder/file2.txt: No such file or directory
但是这两个文件都存在。有什么帮助吗?
I got this when I `ls -l` on the files `lrwxrwxrwx` ^
它们是符号链接。他们指向的路径很可能无法访问。