6
« Last post by JD on July 21, 2017, 09:25:58 AM »
Sorry for the delayed reply.
Just to clarify what's happening, Yummy determines all the file listings of everything you asked to delete before proceeding so that it can provide a progress indicator. While this may seem like an overhead, the delete process requires that all the file listings are fetched in any case, so this is just happening up front rather than one-at-a-time as you're suggesting, and the benefit of the progress indicator is very valuable for many people.
Having said that, 5 hours seems like a long time. Maybe the server has symlinks that resolve to parent directories? This can lead to an infinite loop trying to delete everything.
You'd need to connect via SFTP to use the SSH features such as remote delete. That would be the fastest way to do it, though. Otherwise, there's usually some sort of file manager in the site control panel that might let you delete the contents more easily.
At the end of the day, FTP is a long winded way of deleting large amounts of data because it can't delete a whole folder in one go, every single file needs to be deleted individually first. That takes a lot of time.