Page 1 of 1

dot files not shown even when "Show hidden files" is checked

Posted: 2016-12-29 17:20
by zaur005
Hello, I really tired struggling with the issue.

My OS: MacOS Sierra 10.12
Filezilla client: 3.23

As you see in this screen http://screencast.com/t/9GxLYlEUpM I've checked "Force Showing Hidden files". Despite of that .htaccess or any dot files are hidden. In fact they are there, because I can override with uploading.

I thought maybe something wrong with my OS, I installed another FTP client Cyberduck, and that ftp client show .htacces file. So there is something wrong with Filezilla on my Mac.

Can you please help?

Re: dot files not shown even when "Show hidden files" is checked

Posted: 2016-12-30 04:21
by boco
That option is an artifact from a gone-by era where FTP servers supported only LIST for getting server listings. A few facts:

1. The feature relies on a unofficial extension to LIST (LIST -a) and is thus not guaranteed to work, even on that old servers. Officially, it doesn't exist at all.
2. Some servers have special handling for dotfiles (especially .htaccess and .htpasswd) and will never show them, no matter what.
3. All halfway modern FTP servers do support the MLSD command for getting listings and FileZilla prefers that well-defined command. On such FTP servers, the "Show hidden files" option will do ABSOLUTELY NOTHING. There is no equivalent MLSD command to LIST -a, not even an unofficial one.

The other clients probably still use LIST -a and thus show the files in this special case.

Re: dot files not shown even when "Show hidden files" is checked

Posted: 2016-12-30 09:31
by botg
TL;DR: Contact server administrator or server hosting provider to have the server configured to not hide files from you.

Re: dot files not shown even when "Show hidden files" is checked

Posted: 2016-12-30 11:14
by zaur005
botg wrote:TL;DR: Contact server administrator or server hosting provider to have the server configured to not hide files from you.
As I mentioned in my post, it is not server or my os matter, because with another ftp client connection to the same server host .htaccess is shown. This is purely related to Firezilla.

Re: dot files not shown even when "Show hidden files" is checked

Posted: 2016-12-30 11:16
by zaur005
boco wrote:That option is an artifact from a gone-by era where FTP servers supported only LIST for getting server listings. A few facts:

1. The feature relies on a unofficial extension to LIST (LIST -a) and is thus not guaranteed to work, even on that old servers. Officially, it doesn't exist at all.
2. Some servers have special handling for dotfiles (especially .htaccess and .htpasswd) and will never show them, no matter what.
3. All halfway modern FTP servers do support the MLSD command for getting listings and FileZilla prefers that well-defined command. On such FTP servers, the "Show hidden files" option will do ABSOLUTELY NOTHING. There is no equivalent MLSD command to LIST -a, not even an unofficial one.

The other clients probably still use LIST -a and thus show the files in this special case.
So, what is solution to have Filezilla show .htaccess files? I have more than 100 ftp sites do I contact each? :)

Re: dot files not shown even when "Show hidden files" is checked

Posted: 2016-12-30 12:23
by botg
zaur005 wrote:So, what is solution to have Filezilla show .htaccess files? I have more than 100 ftp sites do I contact each? :)
botg wrote:TL;DR: Contact server administrator or server hosting provider to have the server configured to not hide files from you.

Re: dot files not shown even when "Show hidden files" is checked

Posted: 2018-11-23 21:06
by JMGSE
I have the same problem .... :(
With the "installed serveradmin file handling" I can see them all but not with Filezilla but earlyer it was possible.
Don´t know since det dosn´t.
WBR
Jörg

Re: dot files not shown even when "Show hidden files" is checked

Posted: 2018-11-23 22:40
by boco
Please check your directory listing filters (menu View), the "configurations files" filter must be disabled because it hides all files starting with a dot.

If that doesn't fix it or is already unchecked, botg's statement is still valid: Contact server support to have the server NOT hiding any files from you. FileZilla can only show items the server sends in listings.