Hello Spigot, I need to delete a large directory tree (a minecraft world) in FileZilla (doing the long way for this one, but would like some ideas for the future). It looks like fz has to loop through all of the files inside (and subfolders) before deleting the directory (makes sense, this is how a regular bash shell works). This is shared hosting (hosthorde) so sshing in and "rm -r"ing it is not an option. Any ideas?
↧