This sounds like a drive made available over SMB, which wget doesn't support.
There exists an 'smbget' utility distributed with Samba. It doesn't seem to be available for Windows, and even if it were it doesn't look like it understands how to follow HTML links. It seems like it would be trivial enough to open the file explorer, browse to G: and copy everything to a local folder. If you are trying to automate things via a script, any file copy command from Powershell or similar will do the job. (For Powershell, try something like: copy G:\* -destination YOUR_DIRECTORY_HERE) If you specifically need to recursively trawl links in the HTML, I'm not sure what to tell you. William Tracy Work: [email protected] Play: [email protected] Cell phone: (805) 704-0917 Internet phone: (707) 206-6441
