I installed LLVM and its components on Ubuntu 18.04. After installation, I wanted to see the installation files to verify them.
The files are located in separate folders in /usr/bin and identical folders in /usr/lib/llvm-8/bin, but when I click on any of the folders, Filezilla responds:
Error: Directory /usr/lib/llvm-8/bin/clang: no such file or directory
Error: Failed to retrieve directory listing
Whether I navigate to subfolders in /usr/bin or /usr/lib/llvm-8/bin I get the same error message.
I kept the compete installation dialog from Putty for each of the components when I installed it and there were no error messages.
What does this mean?
Thanks.
It sounds like whatever username you are using to connect doesn't have 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" the user to some subdirectory.
You generally shouldn't use FTP to connect to a server. The data is not encrypted in transit.
Consider connecting via SSH and learning a few terminal commands:
ls -al /usr/lib/llvm-8/bin