Opened on Dec 3, 2007 at 10:26:25 AM
Closed on Jan 8, 2008 at 3:41:16 PM
#1381 closed defect (fixed)
Parser trims white space from beginning/end of file names where it should not
Reported by: | jr | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 2.8.3 |
Component: | ftp | Version: | 2.8.1 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
Steps to reproduce:
- Upload a file with trailing or beginning white space (e.g. " test.txt" or "test.txt " using another ftp client (like the command line ftp client bundled with many OSes)
- Try to download that file with Cyberduck
Expected result: File is being downloaded Actual result: "Error downloading file: No such file or directory"
Change History (3)
comment:1 Changed on Dec 3, 2007 at 8:56:53 PM by dkocher
- Component changed from core to ftp
- Milestone set to 2.8.3
- Status changed from new to assigned
- Summary changed from Cyberduck trims white space from beginning/end of file names where it should not to Parser trims white space from beginning/end of file names where it should not
comment:2 Changed on Jan 3, 2008 at 8:45:20 PM by dkocher
- Milestone 2.8.3 deleted
This is related to issue #143.
comment:3 Changed on Jan 8, 2008 at 3:41:16 PM by dkocher
- Milestone set to 2.8.3
- Resolution set to fixed
- Status changed from assigned to closed
To make the parser aware of whitespace in filenames (leading or trailing), enter
defaults write ch.sudo.cyberduck ftp.parser.whitespaceAware true
in a Terminal.app window. As of r3420.
Note: See
TracTickets for help on using
tickets.
Same as #1118 and #1200