Jonathan D. Degumbia wrote:
Hello,
I'm trying to use the --directory-prefix=prefix option for wget on a
Windows system.  My prefix has spaces in the path directories.  Wget
appears to terminate the path at the first space encountered.   In other
words if my prefix is: c:/my prefix/   then wget copies files to c:/my/
.
Is there a work-around for this?

have you tried quoting the prefix directory?

wget --directory-prefix="c:/my prefix/" ...

--
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi                          http://www.tortonesi.com

University of Ferrara - Dept. of Eng.    http://www.ing.unife.it
GNU Wget - HTTP/FTP file retrieval tool  http://www.gnu.org/software/wget
Deep Space 6 - IPv6 for Linux            http://www.deepspace6.net
Ferrara Linux User Group                 http://www.ferrara.linux.it

Reply via email to