Opened 19 years ago
Last modified 18 years ago
#953 closed Bug report
RMD dir problem
Reported by: | argus225 | Owned by: | Alexander Schuch |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | argus225, Alexander Schuch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
When trying to delete a directory the command fails
because of the last slash. If I try to delete the
directory using Raw command menu and pasting the same
command without the slash, it works.
The ftp server is:
220 FTP server (BSDI Version 7.00LS) ready.
Here some logs. You can see the RMD /xtry/ which fails
and the RMD /xtry (passed using Raw command) which does
the job:
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD /
Response: 250 CWD command successful.
Command: PWD
Response: 257 "/" is current directory.
Status: Directory listing successful
Command: RMD /xtry/
Response: 550 /xtry/: Is a directory.
Command: REST 0
Response: 350 Restarting at 0. Send STORE or RETRIEVE
to initiate transfer.
Command: TYPE I
Response: 200 Type set to I.
Command: RMD /xtry
Response: 250 RMD command successful.
Change History (5)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
I tried; but the Del key doesn't seem to work in this
version. So I can't tell you if the problem is still
present. I have to mention that I'm using a french keyboard.
comment:3 by , 18 years ago
You can right-click on the item, and select "remove" (or
"delete") from the popup.
comment:4 by , 18 years ago
It works! In fact the DEL key works too. I did not realize
there is a lower pane for the remote site. I tried to delete
from the upper pane, that's why it didn't worked.
So, to came back on the first issue, I can confirm: in this
version (3.0.0-beta1) the delete works correctly (at least
for me).
Here some traces:
Command: CWD /
Response: 250 CWD command successful.
Command: PWD
Response: 257 "/" is current directory.
Command: RMD xtry
Response: 250 RMD command successful.
Status: Retrieving directory listing...
Status: Directory listing successful
Thanks
comment:5 by , 18 years ago
I am closing this bug report now. Feel free to re-open it if
there are still issues with this.
Can you please try the latest FileZilla 3 version (beta-1
at the moment) and see if the error is still there?