Opened 13 years ago

Closed 9 years ago

#7203 closed Patch (rejected)

automatically trimming file name for downloading

Reported by: aukfilezilla Owned by: hamza
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Linux
Operating system version: Ubuntu 10.10

Description (last modified by Alexander Schuch)

fileZilla can not transfer file which name has space in the beginning. In downloading scenario, fileZilla will trim the file name first, then request it from server. Server will simply return 550 Failed to open file(in my case is vsftpd).

I can download the same file with space in the beginning of the file name using ftp(0.17-23). the fileZilla version is 3.3.5.1, build date is 2010-12-11

Please note not all files which name contains space in the beginning fail to download. For example, .swf file can be downloaded. but .txt, .jpg, .png file will reproduce the error

Attachments (1)

7203.patch (483 bytes ) - added by Tautvydas Andrikys 12 years ago.
Fix for unix based servers

Download all attachments as: .zip

Change History (6)

comment:1 by harsh, 12 years ago

I am interested in working on this bug. How do i get this ticket assigned.
Harsh

by Tautvydas Andrikys, 12 years ago

Attachment: 7203.patch added

Fix for unix based servers

comment:2 by hamza, 9 years ago

Owner: set to hamza
Status: newassigned

comment:3 by Alexander Schuch, 9 years ago

Description: modified (diff)
Priority: criticalnormal
Type: Bug reportPatch

comment:4 by Alexander Schuch, 9 years ago

No idea about the patch, but without this patch, it definitely is a duplicate of ticket:8717.

comment:5 by Tim Kosse, 9 years ago

Resolution: rejected
Status: assignedclosed

In Unix-style directory listings, whitespace is used for padding.

If you have files containing leading or trailing whitespace you MUST use an MLSD capable server.

Note: See TracTickets for help on using tickets.