How to List Directory Contents with FTP in C#?

后端 未结 7 728
时光取名叫无心
时光取名叫无心 2020-11-27 18:08

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

7条回答
  •  北海茫月
    2020-11-27 18:25

    Some proxies reformat the directory listing, so it's quite difficult to parse a directory listing reliably unless you can guarantee that the proxy doesn't change

提交回复
热议问题