Get files info in a network directory
-
Hi all. I want to get all files information stored in a network directory. Suppose I have a website www.abc.com and it has a directory say www.abc.com/temp/ Now I want to get all the files stored in that temp directory. Suggest me how can I do this? Thanks. Gagan
-
Hi all. I want to get all files information stored in a network directory. Suppose I have a website www.abc.com and it has a directory say www.abc.com/temp/ Now I want to get all the files stored in that temp directory. Suggest me how can I do this? Thanks. Gagan
Log in through FTP and get the directories or files available, if it is a webserver and you're trying to get the contents of that directory, typically if there is no index file it will show you a list of files and directories available. If there is an index file, as far as I know you're out of luck.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]
-
Log in through FTP and get the directories or files available, if it is a webserver and you're trying to get the contents of that directory, typically if there is no index file it will show you a list of files and directories available. If there is an index file, as far as I know you're out of luck.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]