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

Error message when deleting multiple folders #1247

Closed
cyberduck opened this issue Sep 12, 2007 · 3 comments
Closed

Error message when deleting multiple folders #1247

cyberduck opened this issue Sep 12, 2007 · 3 comments
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

f3579a0 created the issue

Deleting folders with nested folders causes "Failed to change directory" error. It actually works fine though, the files are deleted. It seems like it tries to change to a directory that it has already deleted?

From log:

200 NOOP ok.
CWD /public_html/lutab.se/sites/all/modules/i18n
550 Failed to change directory.
NOOP


@cyberduck
Copy link
Collaborator Author

f3579a0 commented

I don't have this problem under FTP-SSL, only under FTP.

This is my log output when deleting cck (a Drupal module, you can download it here: http://ftp.drupal.org/files/projects/cck-5.x-1.6-1.tar.gz) from an FTP server. Cyberduck tries to delete LICENSE.TXT twice, throwing an error the second time:

NOOP
200 Zzz...
CWD /folder1/folder2/folder3/cck
250 OK. Current directory is /folder1/folder2/folder3/cck
NOOP
200 Zzz...
PORT 10,55,55,15,210,55
500 I won't open a connection to 10.55.55.15 (only to 83.123.123.123)
PASV
227 Entering Passive Mode (194,9,94,37,247,140)
LIST -a
150 Accepted data connection
226-Options: -a -l
226 39 matches total
DELE CHANGELOG.txt
250 Deleted CHANGELOG.txt
DELE LICENSE.txt
250 Deleted LICENSE.txt
DELE README.txt
250 Deleted README.txt
DELE UPGRADE.txt
250 Deleted UPGRADE.txt
DELE content_copy.module
250 Deleted content_copy.module
DELE content_crud.inc
250 Deleted content_crud.inc
DELE content_pathauto.inc
250 Deleted content_pathauto.inc
DELE content_views.inc
250 Deleted content_views.inc
DELE content.css
250 Deleted content.css
DELE content.info
250 Deleted content.info
DELE content.install
250 Deleted content.install
DELE content.module
250 Deleted content.module
DELE field.php
250 Deleted field.php
DELE fieldgroup.css
250 Deleted fieldgroup.css
DELE fieldgroup.info
250 Deleted fieldgroup.info
DELE fieldgroup.install
250 Deleted fieldgroup.install
DELE fieldgroup.module
250 Deleted fieldgroup.module
DELE LICENSE.txt
550 Could not delete LICENSE.txt: No such file or directory

@cyberduck
Copy link
Collaborator Author

@dkocher commented

 NOOP
 200 Zzz...
 CWD /folder1/folder2/folder3/cck
 250 OK. Current directory is /folder1/folder2/folder3/cck
 NOOP
 200 Zzz...
 PORT 10,55,55,15,210,55
 500 I won't open a connection to 10.55.55.15 (only to 83.123.123.123)
 PASV
 227 Entering Passive Mode (194,9,94,37,247,140)
 LIST -a
 150 Accepted data connection
 226-Options: -a -l
 226 39 matches total
 DELE CHANGELOG.txt
 250 Deleted CHANGELOG.txt
 DELE LICENSE.txt
 250 Deleted LICENSE.txt
 DELE README.txt
 250 Deleted README.txt
 DELE UPGRADE.txt
 250 Deleted UPGRADE.txt
 DELE content_copy.module
 250 Deleted content_copy.module
 DELE content_crud.inc
 250 Deleted content_crud.inc
 DELE content_pathauto.inc
 250 Deleted content_pathauto.inc
 DELE content_views.inc
 250 Deleted content_views.inc
 DELE content.css
 250 Deleted content.css
 DELE content.info
 250 Deleted content.info
 DELE content.install
 250 Deleted content.install
 DELE content.module
 250 Deleted content.module
 DELE field.php
 250 Deleted field.php
 DELE fieldgroup.css
 250 Deleted fieldgroup.css
 DELE fieldgroup.info
 250 Deleted fieldgroup.info
 DELE fieldgroup.install
 250 Deleted fieldgroup.install
 DELE fieldgroup.module
 250 Deleted fieldgroup.module
 DELE LICENSE.txt
 550 Could not delete LICENSE.txt: No such file or directory

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot reproduce. Reopen if you see this happen again.

@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 worksforme
Projects
None yet
Development

No branches or pull requests

2 participants