Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot delete directory when connected to ftp server #7048

Closed
cyberduck opened this issue Jan 12, 2013 · 1 comment
Closed

Cannot delete directory when connected to ftp server #7048

cyberduck opened this issue Jan 12, 2013 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party
Milestone

Comments

@cyberduck
Copy link
Collaborator

Oliver Schoen created the issue

It seems that cyberduck when connected to an ftp server is (mostly all the time) unable to delete directories.

The FTP server is ran by my ISP provider and I have no control of which server they are using not to ask them to update their version.

Please see log

NOOP
200 NOOP command successful.
MKD /delete-me
257 "/delete-me" - Directory successfully created
NOOP
200 NOOP command successful.
STAT /
211-status of /:
211-drwxr-xr-x   3 ntlworld upload       4096 Jan 12 14:42 .
211-drwxr-xr-x   3 ntlworld upload       4096 Jan 12 14:42 ..
211-drwxr-xr-x   2 ntlworld upload       4096 Jan 12 14:42 delete-me
211 End of Status
CWD /
250 CWD command successful.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode  (62,253,162,29,231,217)
LIST -a
150 Opening ASCII mode data connection for file list
drwxr-xr-x   3 ntlworld upload       4096 Jan 12 14:42 .
drwxr-xr-x   3 ntlworld upload       4096 Jan 12 14:42 ..
drwxr-xr-x   2 ntlworld upload       4096 Jan 12 14:42 delete-me
226-Transfer complete.
226 Quotas off
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
STAT /delete-me
211-status of /delete-me:
211-drwxr-xr-x   2 ntlworld upload       4096 Jan 12 14:42 .
211-drwxr-xr-x   3 ntlworld upload       4096 Jan 12 14:42 ..
211 End of Status
CWD /delete-me
250 CWD command successful.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode  (62,253,162,29,231,245)
LIST -a
150 Opening ASCII mode data connection for file list
drwxr-xr-x   2 ntlworld upload       4096 Jan 12 14:42 .
drwxr-xr-x   3 ntlworld upload       4096 Jan 12 14:42 ..
226-Transfer complete.
226 Quotas off
RMD /delete-me
550 /delete-me: Invalid argument
NOOP
200 NOOP command successful.
STAT /

but for some reason if I try later I may get the following result

RMD /delete-me
250 RMD command successful.
NOOP
200 NOOP command successful.
STAT /
211-status of /:
211-drwxr-xr-x   2 ntlworld upload       4096 Jan 12 14:48 .
211-drwxr-xr-x   2 ntlworld upload       4096 Jan 12 14:48 ..
211 End of Status
CWD /
@cyberduck
Copy link
Collaborator Author

@dkocher commented

This most certainly looks like a bug in the server software.RMD is not consistent and fails depending on the current working directory.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants