Opened 21 years ago
Last modified 19 years ago
#557 closed Bug report
Unable to upload files with '[' or ']' in the name
Reported by: | tgcondor | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | tgcondor, pbru, dreco, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Uploading of file and directories that contain 'or'
characters gives the "no such file or directory" error.
This error does not occure during downloading.
I am using "SFTP using SSH2", no proxies.
Attachments (1)
Change History (5)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
i'm able to upload files with 'or' but can't delete
them afterwards. it's possible with cuteftp. any ideas?!
ftp-command in filezilla:
DELE /foo/[bar]file.png
comment:3 by , 21 years ago
some more details:
client: filezilla 2.2.5final, windows xp prof SP1
server: linux with wuFtp 2.6.2
Command: DELE /foo/[bar]file.png
Response: 550 /foo/[bar]file.png: No such file or directory.
with "normal" filenames:
Command: DELE /foo/bar.png
Response: 250 DELE command successful.
(no problem here)
in cuteftp:
DELE [bar]file.png (note: without path!!)
(works also with filezilla with raw-ftp-command)
note:
/foo is a symlink to /files/foo/bar
comment:4 by , 19 years ago
This bug report has been closed due to inactivity and has possibly
already been solved.
You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).
by , 15 years ago
Attachment: | buy-Apcalis.html added |
---|
[ and ] are directory delimiters in OpenVMS. an OpenVMS full
filename looks like device:[dir.dir.dir]name.ext;version
are you working with an OpenVMS server ? or maybe the
OpenVMS support of Filezilla wrongly interpret [ and ] as
directory delimiter ?
Pierre.