C#C
C#3y ago
uselessxp

❔ 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
I'm trying to to that using 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
Was this page helpful?