xml file and http

  • Thread starter Thread starter SKG
  • Start date Start date
S

SKG

Our client has provided a shared directory on IIS. He provided us with
userid and password.
can somebody tell me how can i automatically scan for files on this
directory.
appreciate any snippet of code
thanks!!!
 
SKG,

If you are going to access this over HTTP, then you will have to get a
list of files in the directory from a known page on IIS. Basically, the
client has to give you a URL of a file which will return to you a list of
files in the virtual directory.

Hope this helps.
 
Nicholas, Thanks


Nicholas Paldino said:
SKG,

If you are going to access this over HTTP, then you will have to get a
list of files in the directory from a known page on IIS. Basically, the
client has to give you a URL of a file which will return to you a list of
files in the virtual directory.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

SKG said:
Our client has provided a shared directory on IIS. He provided us with
userid and password.
can somebody tell me how can i automatically scan for files on this
directory.
appreciate any snippet of code
thanks!!!
 
Back
Top