bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] wget without http


From: William Tracy
Subject: Re: [Bug-wget] wget without http
Date: Mon, 27 Jun 2011 18:22:39 -0700

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: address@hidden
Play: address@hidden
Cell phone: (805) 704-0917
Internet phone: (707) 206-6441


reply via email to

[Prev in Thread] Current Thread [Next in Thread]