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

Delete not possible -- system cannot find the file #6727

Closed
cyberduck opened this issue Jun 25, 2012 · 3 comments
Closed

Delete not possible -- system cannot find the file #6727

cyberduck opened this issue Jun 25, 2012 · 3 comments
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

7a3379a created the issue

In a problem not new to 421, trying to delete a specific file in a folder on the server yields:

FTP Error: Cannot delete The system cannot find the file specified. [Cancel] [Try Again]

I cannot get rid of this file. Deletion of other items behaves normally.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from the log drawer (⌘-L).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

220 Microsoft FTP Service
AUTH TLS
234 AUTH command ok. Expecting TLS Negotiation.
USER filemover
331 Password required for filemover.
PASS ********
230 User logged in.
PBSZ 0
200 PBSZ command successful.
PROT P
200 PROT command successful.
FEAT
211-Extended features supported:
 LANG EN*
 UTF8
 AUTH TLS;TLS-C;SSL;TLS-P;
 PBSZ
 PROT C;P;
 CCC
 HOST
 SIZE
 MDTM
 REST STREAM
211 END
OPTS UTF8 ON
200 OPTS UTF8 command successful - UTF8 encoding now ON.
CWD /filemover
250 CWD command successful.
STAT /filemover
213-status of /filemover:
    04-18-12  09:47AM       <DIR>          NYU-AT mastering
    06-25-12  12:05PM       <DIR>          Sonic Studio
    08-03-09  04:32PM               264817 tuckCostaRica251_2.jpg
213 End of status.
NOOP
200 NOOP command successful.
CWD /filemover/NYU-AT mastering
250 CWD command successful.
STAT /filemover/NYU-AT mastering
213-status of /filemover/NYU-AT mastering:
    06-12-12  10:00AM       <DIR>          Class folders
    06-25-12  12:14PM       <DIR>          Material for class
213 End of status.
NOOP
200 NOOP command successful.
CWD /filemover/NYU-AT mastering/Class folders
250 CWD command successful.
STAT /filemover/NYU-AT mastering/Class folders
213-status of /filemover/NYU-AT mastering/Class folders:
    02-10-12  12:07PM                 2346  Studio visit with iLok and Macbook.rtf
213 End of status.
NOOP
200 NOOP command successful.
DELE /filemover/NYU-AT mastering/Class folders/Studio visit with iLok and Macbook.rtf
550 The system cannot find the file specified. 
NOOP
200 NOOP command successful.
DELE /filemover/NYU-AT mastering/Class folders/Studio visit with iLok and Macbook.rtf
550 The system cannot find the file specified. 

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is a problem with the FTP server having a problem accessing the file. Check with the administrator of the server.

@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

1 participant