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 multiple files more efficiently #12028

Closed
cyberduck opened this issue Jan 4, 2006 · 1 comment
Closed

Delete multiple files more efficiently #12028

cyberduck opened this issue Jan 4, 2006 · 1 comment
Assignees
Labels
enhancement sftp SFTP Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

offsky created the issue

When deleting a directory that contains many files, cyberduck appears to go inside the directory and delete each file individually. This can take many minutes depending on the number of files. It should be possible to delete the entire directory with one command. For example, I can ssh into my server and type the folowing command to instantly delete a directory.

rm -rf directoryname

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is not possible due to limitations in the SFTP and FTP protocols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement sftp SFTP Protocol Implementation wontfix
Projects
None yet
Development

No branches or pull requests

2 participants