Opened 13 years ago

Last modified 8 years ago

#7248 new Bug report

files do no list if user group has spaces

Reported by: John Klassen Owned by:
Priority: high Component: FileZilla Client
Keywords: SFTP user group spaces files do not list Cc: myron0815@…
Component version: Operating system type: Linux
Operating system version: RH ES 4

Description

I have a customer that has spaces in their user groups (why, because they can). FileZilla Client does not dislplay any filenames where the user group has spaces in it. If I chomd the files with a user group that does not have a space, the files list in the FileZilla client.

Change History (6)

comment:1 by Myron, 12 years ago

Cc: myron0815@… added
Keywords: SFTP added

second that.
SFTP
Our group perms are derived from ActiveDirectory... and have spaces.
Please implement a better parser for directory listing...

(in the debug view, i CAN see all the files)

comment:2 by Alexander Schuch, 12 years ago

Status: newmoreinfo

Can you please provide a log with raw directory listing enabled?
Seeing the files and being able to programmatically parse the list are two pairs of shoes.

comment:3 by Myron, 12 years ago

Status: moreinfonew

Sure, here we go :)

Maybe we need to split using regex; groupid as number, between at least 2 words for user/grp (where 2+ whitespace is the delimiter), and then again a number for filesize.
Sorry, i'm no C++ gui, but the directorylistingparser seems really intense to me :)

07:49:40	Trace:	CSftpControlSocket::ParseSubcommandResult(0)
07:49:40	Trace:	CSftpControlSocket::ListSubcommandResult()
07:49:40	Trace:	  state = 1
07:49:40	Trace:	CSftpControlSocket::SendNextCommand()
07:49:40	Trace:	CSftpControlSocket::ListSend()
07:49:40	Trace:	  state = 2
07:49:40	Befehl:	ls
07:49:40	Status:	Listing directory /mydir
07:49:40	Auflistung:	-rw-r--r--    1 root     root          176 Apr  2 16:51 .bash_profile
07:49:40	Auflistung:	drwxrwsrwx   66 user     a-bc abc engineering     4096 Aug  1 15:26 build

comment:4 by JG, 11 years ago

Can this issue be revisited?

We have recently changed to use Active Directory and the multiple spaces contained in some user groups is causing problems with using FileZilla exactly as described in this ticket.

in reply to:  4 comment:5 by Julien LUC, 10 years ago

Replying to u01jmg3:

Can this issue be revisited?

We have recently changed to use Active Directory and the multiple spaces contained in some user groups is causing problems with using FileZilla exactly as described in this ticket.

Exactly the same issue.

The only turnaround we have until this bug will be fixed is to use another tool.

comment:6 by nacho, 8 years ago

Priority: normalhigh

Reported 5 years ago
Users report there is not workaround apart of using another tool

Note: See TracTickets for help on using tickets.