Overload | Description |
---|---|
BeginDeleteFolder(String,AsyncCallback,Object) | Begins the processing of deleting a folder from the FTP server. Don't forget to call EndDeleteFolder! |
BeginDeleteFolder(String,Boolean,AsyncCallback,Object) | Begins the process of deleting a folder, and optionally each item in the folder, from the FTP server. Don't forget to call EndDeleteFolder! |