|
Posted by Ben Morrow on March 4, 2008, 6:23 am
Please log in for more thread options
>
> Is there any perl module through which we can find the shared files
> on a remote XP system.If not is there any idea how to get the shared
> files on the remote system.
Win32::NetResource (in libwin32, so supplied with ActivePerl) will let
you enumerate the shares exported by a given machine.
Ben
|