Re: [Bug-wget] Windows cert store support

2015-12-10 Thread Random Coder
On Thu, Dec 10, 2015 at 2:13 AM, Gisle Vanem wrote: > it would be nice to know if it succeeded because of WinCrypt or > OpenSSL. It succeeded because of both. WinCrypt to load the cert, and OpenSSL to verify it. With my patch, you can't actually provide certs from both an OpenSSL store and a Wi

Re: [Bug-wget] Windows cert store support

2015-12-09 Thread Random Coder
On Wed, Dec 9, 2015 at 4:12 PM, Ángel González wrote: > I would probably move it to windows.c and attempt to make it also work in > gnutls, but in general it looks good. Fair enough. I'll fix up the patch in the coming weeks. If anyone else wants a stab before me, feel free!

[Bug-wget] Windows cert store support

2015-12-08 Thread Random Coder
I'm not sure if the wget maintainers would be interested, but I've been carrying this patch around in my private builds of wget for a while. It allows wget to load SSL certs from the default Windows cert store. The patch itself is fairly straightforward, but as it changes the default SSL behavior

Re: [Bug-wget] Multi segment download

2015-08-28 Thread Random Coder
On Fri, Aug 28, 2015 at 3:06 PM, Ander Juaristi wrote: > Hi, > > Would you point us to some potential use cases? How would a Wget user benefit > from such a feature? One of the best regarded feature of download managers is > the ability to resume paused downloads, and that's already supported by

Re: [Bug-wget] Incorrect handling of Cyrillic characters in http request - any workaround?

2015-03-31 Thread Random Coder
On Tue, Mar 31, 2015 at 10:11 AM, Stephen Wells wrote: > Dear all - I am currently trying to use wget to obtain mp3 files from the > Google Translate TTS system. In principle this can be done using: > > wget -U Mozilla -O "${string}.mp3" " > http://translate.google.com/translate_tts?tl=TL&q=${stri

[Bug-wget] Default filename for 301 redirect

2014-11-10 Thread Random Coder
I recently upgraded from an old version of Wget to 1.16 and noticed that the default filename for a simple download is no longer based off the final redirect URL, but rather on the initial URL, for instance, this command wget http://goo.gl/beYoGO Would previously create a file called "logo11w.png

Re: [Bug-wget] [Bug-Wget] Issues with Metalink support

2014-04-05 Thread Random Coder
On Sat, Apr 5, 2014 at 4:09 PM, L Walsh wrote: > I.e. IE will download things to a tmp dir (usually > under the user's home dir on windows), then > move it into place when it is done. This prevents partly > transfered files from appearing in the destination. > IE does not download to a tmp fold

Re: [Bug-wget] wget response is different in .bat file versus cmd line

2013-10-27 Thread Random Coder
You need to escape the percent symbols: wget -a log.txt --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092416 Firefox/3.0.3" -O 2014_ES_300H_4_FWD_CVT_1.pdf " http://print.xtime.com/jasperserver-pro/flow.html?_flowId=viewReportFlow&reportUnit=%%2Forganizations%%2Fo

Re: [Bug-wget] .m3u8 url playing with .bat file wget and vlc player

2013-09-08 Thread Random Coder
m3u8 files are manifests that contain the location to the media files themselves. These can be relative URLs or absolute URLs. Since wget has no built in support for m3u8 files, if the file you're attempting to download contains relative URLs, it will fail to play when you attempt to load it loca

Re: [Bug-wget] Thoughts on Windows support

2009-09-22 Thread Random Coder
On Thu, Sep 10, 2009 at 9:08 AM, Micah Cowan wrote: > Update: I have now achieved builds this way, after a minimal amount of > adjustment to the sources (which I have not yet pushed to the public > repository). I'm now investigating with Wget builds that are linked to > openssl (for https), and l