You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cyberduck
If I delete a folder in cyberduck, the application seems to want to
delete each file in that folder one at a time which can take a very,
very long time.
Is there a faster way to just delete the entire folder and it's
contents in one stroke?
David Kocher
unread,
May 21, 2012, 3:05:37 AM5/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cybe...@googlegroups.com
Most protocols such as FTP do not support a recursive delete of directories therefore we have to invoke a command for every single file.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cyberduck
Perhaps it could use a different method when connected via SFTP, which is increasingly becoming standard. `rm -rf` should do the trick in one go.
Jeff McNeill
unread,
Oct 8, 2015, 9:25:58 PM10/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cyberduck
On Thursday, October 1, 2015 at 5:23:42 AM UTC+7, Adam Konner wrote:
Perhaps it could use a different method when connected via SFTP, which is increasingly becoming standard. `rm -rf` should do the trick in one go.
+1
If possible it would be useful to allow for customization of which method a delete should use. But definitely faster recursive deletion would be spectacular.