我跑“SSH 服务器“在我的 Android 手机上,设置一个 SSH 服务器。
然后在我的 Ubuntu 16.04 笔记本电脑上,我尝试paper
从手机复制一个文件夹:
$ scp -oHostKeyAlgorithms=+ssh-dss -P 49882 [email protected]:/sdcard/Download/paper .
[email protected]'s password:
com.icecoldapps.sshserver.a.h@41cf0550 not a regular file
这个错误是什么not a regular file
意思?我该如何解决这个问题?
谢谢。