使用lftp命令连接sftp服务器非常简单,无需任何密钥或密码:
lftp 192.168.31.130:3721
lftp 192.168.31.130:~> ls
drwxr-xr-x 1 nobody nobody 3488 Dec 22 20:17 Android
drwxr-xr-x 1 nobody nobody 3488 Jul 29 00:43 MIUI
现在我想用 sshfs 挂载 sftp 服务器:
sudo sshfs 192.168.31.130:3721 /tmp/localdir
read: Connection reset by peer
sudo sshfs 192.168.31.130:3721 /tmp/localdir -o allow_other
read: Connection reset by peer
如何使用 sshfs 挂载 sftp 服务器?
更多信息请访问 192.168.31.130:3721。
我在我的Android手机上安装了ES File Explorer,并激活了“在电脑上查看”功能,3721是端口,协议是FTP,在我的Android手机上使用ES File Explorer启动FTP服务器。
SFTP 和 FTP 是完全不相关的协议。您不能
sshfs
在 FTP 服务上运行客户端。在文档中
man sshfs
,DESCRIPTION 部分写道它继续说,