How to List Directory Contents with FTP in C# ?
I am using below code to List Directory Contents with FTP it is returning result in XML format ,but i want only the
If you want to list the name of the files that are inside de directory, you have to put (reqFTP.Proxy = null;) before you invoke (reqFTP.Method = WebRequestMethods.Ftp.ListDirectory;).
Hope this can help you!