问题 Trying to add the ability to delete a Folder using FTP and all subfolders and files contained within that folder. I have built a recursive function to do so, and I feel like the logic is right, but still doesnt work. I did some testing, I am able to delete on first run if the path is just an empty folder or just a file, but can't delete if it is a folder containing one file or a folder containing one empty subfolder. So it seems to be a problem with traversing through the folder(s) and using