I want to delete a folder in FTP and it's files recursively? Any example code do I can implement? Thank you
|
feedback
|
|
Nice Little example you can find here: http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx In the example they used Use the WebRequestMethods.Ftp.RemoveDirectory method once you have a handle on the parent directory you want to delete: http://msdn.microsoft.com/en-us/library/system.net.webrequestmethods.ftp.aspx | |||
|
feedback
|