Page 1 of 2

Filezilla doesnt show htaccess

Posted: 2008-06-17 19:20
by webrene
Hi.

Before someone crys and wants that i use the search.... i did. And i found how to show up the htaccess file "Menu Server - Force showing hidden files".

But i still have the problem that FileZilla doesnt show the htaccess file. Its not a prob of my pc and not a prob of the server. Cause i can see the file with CuteFTP f.e.

I installed 3.0.11 today. Is this a bug or am i the only one who has problems? And if its like that.. what can i do to fix it?

thx

Re: Filezilla doesnt show htaccess

Posted: 2008-06-17 20:00
by botg
Got a filter active?

Re: Filezilla doesnt show htaccess

Posted: 2008-06-17 22:17
by webrene
No, i dont have a filter active.

Re: Filezilla doesnt show htaccess

Posted: 2008-06-18 12:18
by boco
Enable the raw directory listings (Settings-Debug) and watch closely: Do .htaccess files appear in the raw listings?

Re: Filezilla doesnt show htaccess

Posted: 2008-06-18 14:52
by webrene
When i enable the "Show raw directory listing" i can see the .htaccess in the list.

Response: 150 Here comes the directory listing.
Listing: drwxr-x--- 4 2311 33 4096 Jun 17 21:02 .
Listing: drwxr-xr-x 10 0 0 4096 Jun 18 05:06 ..
Listing: -rw-r--r-- 1 2311 2311 50 Jun 17 21:02 .htaccess

Re: Filezilla doesnt show htaccess

Posted: 2008-06-18 22:08
by boco
Please post the log again, but inside tags. The reason is: If not inside codetags, this forum 'eats' spaces.

Re: Filezilla doesnt show htaccess

Posted: 2008-06-18 22:52
by botg
The listing parser doesn't care about consecutive spaces, it treats them as a single one in most cases.

Since the .htaccess appears in the raw listing and is in a format that is well understood by FileZilla, it also appears in the remote file list. Unless there is some filter active. Click filter icon in the toolbar and disable all filters you have ignorantly activated.

Re: Filezilla doesnt show htaccess

Posted: 2009-08-12 09:47
by ramonmol
If the .htaccess file is not in the "Show raw directory listing" listing, but it IS on your server.. Does that mean our server-adminstrator has fucked up?

Re: Filezilla doesnt show htaccess

Posted: 2009-08-12 11:35
by botg
Yes.

Re: Filezilla doesnt show htaccess

Posted: 2009-09-16 22:27
by NeeChee
botg wrote:Yes.
I have got the exact same problem... Not showing .htaccess files. Neither does it show up on RAW listing... However, when I use an older version of FZ, it DOES show up! How is this possible.

I'm currently using the last version of F.Z.: 3.2.7.1 which DOESN'T show .htaccess
However an old F.Z. 3.0.11.1 DOES show .htaccess!

And yes, I have turned off all filters and forced the display of hidden files.

Not my server-admin who fucked up after all?

Re: Filezilla doesnt show htaccess

Posted: 2009-09-17 07:29
by botg
Broken server.

Re: Filezilla doesnt show htaccess

Posted: 2009-09-17 07:42
by NeeChee
botg wrote:Broken server.
Then why is it only the last version of F.Z. that doesn't show, while that earlier version and other FTP clients do? I'd say F.Z. client issue...

I found that the new version of FZ uses MLSD commant with options -l

While the earlier version uses LS (LIST) command with options -a -l

The -a is necessary to make the server output all files to the client like in LS -a (right?)

Re: Filezilla doesnt show htaccess

Posted: 2009-09-17 09:09
by botg
MLSD has no arguments other than possibly a pathname, there's no such thing as -l for it.

LIST has also only one argument, a pathname. Strictly speaking, use of -a violates the standard.

Server not showing all files with MLSD -> broken

Re: Filezilla doesnt show htaccess

Posted: 2009-09-17 10:08
by NeeChee
botg wrote:MLSD has no arguments other than possibly a pathname, there's no such thing as -l for it.

LIST has also only one argument, a pathname. Strictly speaking, use of -a violates the standard.

Server not showing all files with MLSD -> broken
Thank you, I got this fixed on my server.

Re: Filezilla doesnt show htaccess

Posted: 2009-09-17 10:20
by tcalosi
try this with pure ftpd

echo "yes" > /etc/pure-ftpd/conf/DisplayDotFiles

it worked for me