FileZilla 无法在 Ubuntu 18.04 中打开已安装包的文件夹

FileZilla cannot open folders for installed package in Ubuntu 18.04

我在 Ubuntu 18.04 上安装了 LLVM 及其组件。安装后想看安装文件验证一下

这些文件位于 /usr/bin 中的不同文件夹和 /usr/lib/llvm-8/bin 中的相同文件夹中,但是当我单击任何文件夹时,Filezilla 响应:

Error:  Directory /usr/lib/llvm-8/bin/clang: no such file or directory

Error:  Failed to retrieve directory listing

无论我导航到 /usr/bin 或 /usr/lib/llvm-8/bin 中的子文件夹,我都会收到相同的错误消息。

我在安装 Putty 时为每个组件保留了竞争安装对话框,并且没有错误消息。

这是什么意思?

谢谢。

听起来您用来连接的任何用户名都没有 permission to read the contents of those folders. This might be due to those folders being owned by root and having very limited permissions or it might be due to the server being configured to chroot or "jail" 某些子目录的用户。

您通常不应使用 FTP 连接到服务器。数据在传输过程中未加密。

考虑通过 SSH 连接并学习一些终端命令:

ls -al /usr/lib/llvm-8/bin