Question Please help with wget

g2c

Honorable
Dec 18, 2013
8
0
10,510
Hello,
I installed wget on my win 8.1 and am getting libintl3.dll is missing whenever I use it to retrieve a page yet I can see it in the bin folder created by the installation, in C:\Program Files (x86)\GnuWin32\bin
Any idea?
Thanks for your time
 

g2c

Honorable
Dec 18, 2013
8
0
10,510
Thanks,
Just installed "Complete package, except sources "
here is the folder listing

11/04/2019 19:33 <DIR> .
11/04/2019 19:33 <DIR> ..
03/09/2008 23:49 1,177,600 libeay32.dll
15/03/2008 01:21 1,008,128 libiconv2.dll
06/05/2005 22:52 103,424 libintl3.dll
03/09/2008 23:49 232,960 libssl32.dll
31/12/2008 17:03 449,024 wget.exe
5 File(s) 2,971,136 bytes
2 Dir(s) 75,177,467,904 bytes free
 

g2c

Honorable
Dec 18, 2013
8
0
10,510
installed the same package on a win 10 machine. Now I can access the web BUT if I enter credentials i get


PS C:\Program Files\GnuWin32\bin> wget --http-user=u --http-password=p 192.168.2.123
Invoke-WebRequest : A positional parameter cannot be found that accepts argument '--http-password=p'.
At line:1 char:1
  • wget --http-user=u --http-password=p192.168.2.123
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: :)) [Invoke-WebRequest], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
 

g2c

Honorable
Dec 18, 2013
8
0
10,510
cannot even get to the help command:

PS C:\Program Files\GnuWin32\bin> wget -h
Invoke-WebRequest : Missing an argument for parameter 'Headers'. Specify a parameter of type
'System.Collections.IDictionary' and try again.
At line:1 char:6
  • wget -h
  • ~~
+ CategoryInfo : InvalidArgument: :)) [Invoke-WebRequest], ParameterBindingException
+ FullyQualifiedErrorId : MissingArgument,Microsoft.PowerShell.Commands.InvokeWebRequestCommand