Click here to Skip to main content
15,905,612 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,

I am trying to create a Intranet search engine tool. My crawler program should get the list of all files available on remote system in the entire Network. Please help me doing this. I am trying to do this with C#.Net. User Name and Password of the remote system can be given.

Thanks in Advance!
Posted

1 solution

If your application is running as a Domain Admin you can connect to any machines drive with the $ command like :
\\machine\c$


If not then you need to connect to the available shared folders only.

You can install an application on all your machines and have that index that machines files to a central server location.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900