Opened 17 years ago
Last modified 17 years ago
#1266 closed Bug report
Name endings with trailing spaces cause troubles
Reported by: | bpruneau | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | bpruneau, Alexander Schuch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
If I click on the remote directory, select "Create directory" and enter a value like "/dirname /" (with the space before the last slash), I can not access to this directory after.
So, the command used to change directory, instead of
chdir dirname
, must be
chdir "dirname "
.
Perhaps FZ must remove trailing spaces before executing a command... It's yours to see.
--
Benoît Pruneau
bpruneau@…
Note:
See TracTickets
for help on using tickets.
[ 1564695 ] Problems with leading or terminating spaces
This bug has been reported already, and has been moved to the FileZilla 3 bug reports. Deleting this RFE.