Plesk 9.5 permission owner/group names displayed wrong

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
suco
500 Command not understood
Posts: 5
Joined: 2010-05-27 08:29
Location: Germany

Plesk 9.5 permission owner/group names displayed wrong

#1 Post by suco » 2010-05-27 09:02

Since an upgrade to Plesk 9.5.2 the file permissions and owner and group names are displayed wrong.

Under Permissions it is no longer "drwxr-x-rx" or "-rw-r--r--" but "flcdmpe (0755)" or "flcdmpe (0644)".

And under Owner/Group it is no longer "loginname psacln" but "10045 2523" (or other numbers)

Any other FTP client I tested shows the right permissions and names.

The Plesk Server runs under Debian 5 and ProFTPD Version 1.3.2e

Let me know if you need further Information.

/edit: Filezilla is version 3.3.2.1

User avatar
boco
Contributor
Posts: 26938
Joined: 2006-05-01 03:28
Location: Germany

Re: Plesk 9.5 permission owner/group names displayed wrong

#2 Post by boco » 2010-05-27 12:16

Under Permissions it is no longer "drwxr-x-rx" or "-rw-r--r--" but "flcdmpe (0755)" or "flcdmpe (0644)".

And under Owner/Group it is no longer "loginname psacln" but "10045 2523" (or other numbers)
Your server does return the information in that format for the MLSD command. FileZilla shows it unchanged and uninterpreted.
Any other FTP client I tested shows the right permissions and names.
Other FTP clients use LIST.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
botg
Site Admin
Posts: 35564
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Plesk 9.5 permission owner/group names displayed wrong

#3 Post by botg » 2010-05-27 17:58

Note that the output of LIST is not standardized, so you MUST NOT rely on the permissions to be returned in any particular format if using LIST.

suco
500 Command not understood
Posts: 5
Joined: 2010-05-27 08:29
Location: Germany

Re: Plesk 9.5 permission owner/group names displayed wrong

#4 Post by suco » 2010-06-01 07:53

Okay, thanks for the info.

So, is there a way to tell FileZilla to use LIST and not MLSD?

I need to see the names of owner and group not the numeric UIDs/GUIDs to see with one view if the owner is right. On webservers with over hundred domains a cannot keep in mind all the numeric UIDs/GUIDs. :cry:

suco
500 Command not understood
Posts: 5
Joined: 2010-05-27 08:29
Location: Germany

Re: Plesk 9.5 permission owner/group names displayed wrong

#5 Post by suco » 2010-06-01 08:15

Okay, problem is fixed. I could configure proftpd to use LIST instead of MLSD.

All one has to do is adding this to the proftpd.conf:

Code: Select all

<IfModule mod_facts.c>
    FactsAdvertise off
</IfModule>

suco
500 Command not understood
Posts: 5
Joined: 2010-05-27 08:29
Location: Germany

Re: Plesk 9.5 permission owner/group names displayed wrong

#6 Post by suco » 2010-06-02 09:01

What should I say, problem ain´t fixed. :(

The proftpd configuration is not working correctly, sad but true.

User avatar
boco
Contributor
Posts: 26938
Joined: 2006-05-01 03:28
Location: Germany

Re: Plesk 9.5 permission owner/group names displayed wrong

#7 Post by boco » 2010-06-02 13:42

Yes, but that would be a ProFTPd issue, right?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

suco
500 Command not understood
Posts: 5
Joined: 2010-05-27 08:29
Location: Germany

Re: Plesk 9.5 permission owner/group names displayed wrong

#8 Post by suco » 2010-06-08 12:47

boco wrote:Yes, but that would be a ProFTPd issue, right?
Yes, it is and I will have to live with it.

DAMN YOU ProFTPd. :cry:

Post Reply