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
There is a method GetDirectoryInformation() in following link which fetches files and directories recursively from a FTP directory.
Getting files from FTP directory recursively