I was answering a Question about how to show a directory structure on FTP Server, therefor it was needed to use System.IO.DirectoryInfo[].

Is there any easier way to get DirectoryInfo[] from ftp Server than using FtpWebRequest and Response as in this example?

Thank you

link|improve this question

No, you can't do that. DirectoryInfo only works on the local filesystem (and local network shares) – Thomas Levesque Jan 19 at 9:40
feedback

1 Answer

Its not what you need but you can write a small Class which returns a Directoryinfo Object

link|improve this answer
Thanx for the naswer but ur right, its not what i need :) – O.D Jan 19 at 10:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.