Re: [Bug-wget] wget for windows - current build?

2016-10-02 Thread Doug Kaufman
On Fri, 30 Sep 2016, ge...@mweb.co.za wrote:

> So, is there a "secret" new place hosting a newer version for Windows?
> Or is the 1.11 on sourceforge actually okay? And - while I am already

In addition to the Windows port Eli makes available, there are also
32 bit and 64 bit Windows binaries available from Jernej Simoncic at
"https://eternallybored.org/misc/wget/;. The latest version there is
1.18.

Doug

-- 
Doug Kaufman
Internet: dkauf...@rahul.net




Re: [Bug-wget] DOS port of WGET

2009-03-14 Thread Doug Kaufman
On Sat, 14 Mar 2009, Micah Cowan wrote:

 JOSE ANTONIO SBRAGIA SENNA wrote:
   Dear sirs:
   In the documentation of the DOS port of wget
  I could not find a way to download to a directory
  or drive outside the directory from which wget
   runs (that is, if I use the -P= option with
  another drive letter, wget will create a sub
  directory with that letter as name). Is there
  a way to do this ?
 
 There is no = after the -P option; if you write -P=c, wget would save
 to a directory named =c.
 
 Drive letters are not directory names. -P C asks wget to create a
 subdir named C. Try -P C:\.


There are several options for the DOS ports. Both the versions compiled
by me and those compiled by Michael Kostylev are DJGPP ports, so DJGPP
specific addressing is also possible. DJGPP recognizes backslashes and
forward slashes in the address and also recognizes the special /dev/
addressing. So if you wanted the files to go to C:\mydir\, you could
use:

-P C:\mydir
-P C:/mydir
-P /dev/c/mydir
--directory-prefix=C:\mydir
--directory-prefix=C:/mydir
--directory-prefix=/dev/c/mydir

They all should work. Remember that you should NOT have an actual
directory under root called dev.


Doug
-- 
Doug Kaufman
Internet: dkauf...@rahul.net