How to list all the available shared folders under a specific IP Address?
Mock code:
IP ip = new IP(\"10.0.0.9\");
for(File share : ip.getSharedFold
If the files are accessible through the server IP address (network wise and permission wise) then sure you can list them all recursively by doing the following:
"//10.0.0.9/folder"