❔ recommended FTP library/nuget?
Well, I need to to a task via FTP:
- if exist delete a folder with its content
- upload a folder with its files
FtpWebRequest Class but it seems that's a bit limited, I'm still reading MSDocs and it seems that I can't delete a folder recursively, so I get the error "folder is not empty" when trying to delete