Discussion:
get shares for a given ip?
(too old to reply)
Dirk Reske
2007-05-10 17:00:12 UTC
Permalink
Hello,

how can I get the shared folders for a given ip address?

thanks!
Dirk
Arkady Frenkel
2007-05-11 04:04:00 UTC
Permalink
Use WNetEnumResources() ( if computer in you want to check in your
domain/lan )
Arkady
Post by Dirk Reske
Hello,
how can I get the shared folders for a given ip address?
thanks!
Dirk
Ben Voigt
2007-05-24 17:42:16 UTC
Permalink
Post by Arkady Frenkel
Use WNetEnumResources() ( if computer in you want to check in your
domain/lan )
or

net view \\ip.address.goes.here

which is a Microsoft utility which calls WNetEnumResources internally.

Also, make sure that NetBIOS over TCP/IP is enabled in your network
settings.
Post by Arkady Frenkel
Arkady
Post by Dirk Reske
Hello,
how can I get the shared folders for a given ip address?
thanks!
Dirk
Loading...