How?

2023-10-24 Thread ENG WKJC
of software, since the alternatives are very pricey and we can't afford it. But, I really don't know how to install and implement, I'd like to see scripting examples and how to execute the program and scripts in an automated Windows environment. I see no documentation on how to

Re: How?

2023-10-24 Thread Fernando Cassia
oked at the software links and don't know what to do here. HI Marv You can find pre-built versions of wget for Windows on this Web site 32bit https://eternallybored.org/misc/wget/1.21.4/32/wget.exe And 64 bit https://eternallybored.org/misc/wget/1.21.4/64/wget.exe You just download the e

Re: How?

2023-10-25 Thread ge...@mweb.co.za
5, 2023 1:14:17 AM Subject: Re: How? On Tue, 24 Oct 2023, 17:16 ENG WKJC, wrote: > Guys, > > Been looking for a solution that can run on Win7 or higher for HTTPS > downloading. However, I don't understand the whole GNU thing, other than > it's > open source and genera

Re: How?

2023-10-25 Thread Michael D. Setzer II
On 25 Oct 2023 at 13:44, ge...@mweb.co.za wrote: Date sent: Wed, 25 Oct 2023 13:44:27 +0200 (SAST) From: "ge...@mweb.co.za" To: Fernando Cassia Copies to: ENG WKJC , bug-wget Subject: Re: How? > Hi,

Re: How?

2023-11-04 Thread Tim Rühsen
:44, ge...@mweb.co.za wrote: Date sent: Wed, 25 Oct 2023 13:44:27 +0200 (SAST) From: "ge...@mweb.co.za" To: Fernando Cassia Copies to: ENG WKJC , bug-wget Subject: Re: How? Hi, thanks for that link again

Re: How?

2023-11-12 Thread Taylor
> Thanks to the feedback from Michael I could create and upload a > wget2.exe (x86, 64-bit, v2.1.0, stripped) https://savannah.gnu.org/bugs/?61038 Can anyone compile 32-bit binaries?

How to enable Fuzz?

2021-01-09 Thread Jeffrey Walton
ctory '/home/jwalton/Build-Scripts/wget-1.21.1/fuzz' How do I enable fuzz? What needs to be installed? Jeff

Re: How to enable Fuzz?

2021-01-09 Thread Tim Rühsen
e for 'all'. make[2]: Leaving directory '/home/jwalton/Build-Scripts/wget-1.21.1/fuzz' How do I enable fuzz? What needs to be installed? I think you want to run the regression tests in fuzz/. `make check` should do this. Regards, Tim OpenPGP_signature Description: OpenPGP digital signature

Re: How to enable Fuzz?

2021-01-09 Thread Jeffrey Walton
gt; make[2]: Entering directory > > '/home/jwalton/Build-Scripts/wget-1.21.1/fuzz' > > make[2]: Nothing to be done for 'all'. > > make[2]: Leaving directory > > '/home/jwalton/Build-Scripts/wget-1.21.1/fuzz' > > > >

Re: How to enable Fuzz?

2021-01-09 Thread Tim Rühsen
directory '/home/jwalton/Build-Scripts/wget-1.21.1/fuzz' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jwalton/Build-Scripts/wget-1.21.1/fuzz' How do I enable fuzz? What needs to be installed? I think you want to run the regressi

[Bug-wget] How to exclude link?

2010-07-10 Thread Peng Yu
Suppose I need to excluded links that start with xyz with the following option. However, wget --mirror \ --limit-rate=400k \ --no-parent \ --no-host-directories \ --wait=5 \ --random-wait \ --convert-links \ --cut-dirs=2 \ --reject "xyz*" \ --directory-prefix=

[Bug-wget] how to make xclient

2011-01-14 Thread Esra Atescelik
Hello, I'm a computer science student and want to make wget - client program. On Web I cannot find useful information about this. Wat have I to do to make wget? Thanks already! Kind regards, Esra Atescelik

[Bug-wget] How can I help?

2015-03-09 Thread Anderson Goulart
Hi, I read at savanah page that you need some help in this project. I am not an experienced C programmer, but I can help fixing bugs and trying to implement some feature requests. I have some spare time and I would like to contribute. Could you please say how can I start? Do you have any priority

[Bug-wget] How can I help

2015-03-09 Thread Anderson Goulart
Hi, I read at savanah page that you need some help in this project. I am not an experienced C programmer, but I can help fixing bugs and trying to implement some feature requests. I have some spare time and I would like to contribute. Could you please say how can I start? Do you have any priority

[Bug-wget] How to change SYSTEM_WGETRC?

2018-07-18 Thread Jeffrey Walton
$PREFIX/etc but it appears it is not being used. There does not appear to be a configure option to control it: $ ./configure --help | grep -i wgetrc $ I tried to add -DSYSTEM_WGETRC="$PREFIX/etc/wgetrc" to CFLAGS but it resulted in a compile error. How do I change SYSTEM_WGETRC?

[Bug-wget] how to get start

2019-06-08 Thread Guru Mehar
Hi Team I am guru mehar aka guru an embedded developer want to get involved in contributing open source which i have no idea about. i would like to contribute to the project at *https://savannah.gnu.org/people/viewjob.php?group_id=6998&job_id=502

wget2: How to understand log output

2024-05-15 Thread David Niklas
Hello, I'm a long term user of wget, and I'm trying to make the switch to wget2. I'm having a problem understanding what exactly is going on. It appears that wget2 is getting files outside of what my regex-es allow, but on closer inspection, the files don't exist on my FS. Aside: I would attach t

[Bug-wget] how to discriminate virtual hosts

2009-01-11 Thread Giacomo Lacava
Hi, I'm trying to use wget to retrieve the content of a virtual host, without downloading anything from others even if they are behind a redirect. This doesn't seem to be possible at the moment; even if I use -D and specify the subdomain (e.g. www.mysite.com), redirects will be followed to other s

Re: [Bug-wget] How to exclude link?

2010-07-11 Thread Peng Yu
On Sun, Jul 11, 2010 at 8:56 AM, Tom Mizutani wrote: > Hi, > > For your first argument, wget will download xyz*.html or xyz*.htm > files, analyze them, find links from them, and delete them, regardless > what you specify with --reject option.  That is the way wget was > designed, and I observed th

Re: [Bug-wget] how to make xclient

2011-01-15 Thread William Tracy
wget doesn't offer a library for you to build other programs against, if that is what you are asking for. If you want to dive into the source code, copy the useful parts, and build an new program from scratch, go for it. If you want an simple API that you can write a client with, libcurl is proba

[Bug-wget] How to just download cookies?

2011-07-31 Thread Peng Yu
Hi, I use the following code to download the cookies. But it will always download some_page. Is there a way to just download the cookies? wget --post-data='something' --directory-prefix=/tmp --save-cookies="cookies_file" --keep-session-cookies http://xxx.com/some_page > /dev/null -- Regards, Pe

[Bug-wget] How to exclude URL with '?'?

2011-08-04 Thread Peng Yu
Hi, It seems that there is no way to exclude URLs with '?' according to the manual description below. Is it the case? As of now, I still download these URLs with '?', but I delete them after downloading. I'd rather not to download them in the first place to save some time. "Note, too, that query

[Bug-wget] How to set proxy host?

2012-06-15 Thread Priyadarsh Kankipati
Hi I am trying to use wget to download files using windows command line. I am behind a proxy server. I see the following options -Y, --proxy=on/off turn proxy on or off. --proxy-user=USER set USER as proxy username. --proxy-passwd=PASS set PASS as proxy password. Howeve

Re: [Bug-wget] How can I help?

2015-03-09 Thread Ángel González
Anderson Goulart wrote: Hi, I read at savanah page that you need some help in this project. I am not an experienced C programmer, but I can help fixing bugs and trying to implement some feature requests. I have some spare time and I would like to contribute. Could you please say how can I start

Re: [Bug-wget] How can I help

2015-03-10 Thread Giuseppe Scrivano
Anderson Goulart writes: > My questions: > >- Is there any default sandbox to test the code? you can run "make check" to run our tests suite. >- How do you build new test cases? add a new file in testenv/ (you can start by copying an existing one there) and

[Bug-wget] How to remove a header?

2018-02-08 Thread Peng Yu
Hi, wget sets some headers. Is there a way to remove some headers, e.g., Accept-Encoding? Thanks. $ wget -qO- http://httpbin.org/get { "args": {}, "headers": { "Accept": "*/*", "Accept-Encoding": "identity", "Connection": "close", "Host": "httpbin.org", "User-Agent": "Wget

Re: [Bug-wget] How to change SYSTEM_WGETRC?

2018-07-18 Thread Gisle Vanem
Jeffrey Walton wrote: When I check my locally installed wget --version it is showing the wrong wgetrc: $ command -v wget /usr/local/bin/wget $ wget --version GNU Wget 1.19.5 built on linux-gnu. ... Wgetrc: /etc/wgetrc (system) I installed an updated wget

[Bug-wget] How does --connect-timeout work?

2018-10-24 Thread Peng Yu
Hi, The second command hangs forever. I am not sure what is wrong with it. My understanding is that if I set connect-timeout short enough, wget should fail. Could anybody let me know how to get this behavior? (See the curl output below as a reference.) $ time wget -qO- http://httpbin.org/get

Mention how to only get error messages

2020-02-17 Thread 積丹尼 Dan Jacobson
(info "(wget) Logging and Input File Options") says: ‘-nv’ ‘--no-verbose’ Turn off verbose without being completely quiet (use ‘-q’ for that), which means that error messages and basic information still get printed. OK but do mention what the basic information is, and h

How to get 404 error from wget?

2020-05-09 Thread Peng Yu
Hi, When 404 error occurs, wget returns 8. How to know that the HTTP error code is 404 when wget returns the exit status code 8? Thanks. -- Regards, Peng

how to capture "20 redirections exceeded." error?

2020-05-11 Thread Peng Yu
Hi, wget returns 8 when it sees "20 redirections exceeded.". But how to capture such an error from the program calling wget? Thanks. -- Regards, Peng

Re: wget2: How to understand log output

2024-05-29 Thread David Niklas
Hello, I don't think that the log output should be that complex of a question. Would someone kindly get back to me about the matter? Thanks, David On Wed, 15 May 2024 19:46:18 -0400 David Niklas wrote: > Hello, > > I'm a long term user of wget, and I'm trying to make the switch to > wget2. I'm

Re: wget2: How to understand log output

2024-06-01 Thread Tim Rühsen
scheme (HTTP or HTTPS), isn't already known, matches filters etc. One of the next lines will tell you whether the URL was actually enqueued or whether it has been sorted out (the reason is given as well). If you still run into an issue with the latest wget2, it would be good if you give i

How to send Wget Patches for OpenVMS

2024-06-03 Thread ale...@vaxman.de
Hi, I make OpenVMS support for wget, how can I send patch to distributive, can you help please?

Re: wget2: How to understand log output

2024-06-04 Thread David Niklas
eject-regex. 3: The webmaster failed to create a robots.txt file at all, but clearly the website would benefit from one. In this case, as you may notice from my reject-regex, I already have it setup to work in place of the more common rules in the robots files out there. 4: You're wasting y

Re: wget2: How to understand log output

2024-06-08 Thread Tim Rühsen
On 6/4/24 21:28, David Niklas wrote: I understand why wget2's behavior is different. There are use cases for it. I'm open to the new behavior, provided that there is some way to follow the original behavior. The arguments for the wget1's behavior are (in no particular order): <...> I think yo

Re: [Bug-wget] how to discriminate virtual hosts

2009-01-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giacomo Lacava wrote: > Hi, > I'm trying to use wget to retrieve the content of a virtual host, without > downloading anything from others even if they are behind a redirect. > > This doesn't seem to be possible at the moment; even if I use -D and spe

[Bug-wget] how to workaround corrupted --continue files?

2009-07-30 Thread Matt Wilkie
Dear wget, I have scripts which rely on wget to handle knowing whether a given file needs to be downloaded or not. Normally this works quite well, but in some circumstances (as I've learned the hard way): wget -c foobar.zip # 2009-march-01, 545kb wget -c foobar.zip # 2009-march-15, 570kb

[Bug-wget] Feature Request or How To Request

2009-11-24 Thread meet.mr...@gmail.com
. The remote DNS server will have the appropriate www / address / cname record. How can I achieve this: 1) Feature request? 2) Bug report? 3) Alternative? Thanks & Regards, MeetMrNRG

[Bug-wget] How to pass arguments in URL

2009-11-24 Thread Amit Walia
et/Satellite?c=Page/*** ******/ How can I add those parameters in the URL. Thanks, Awalia. NOTICE The information in this email and or any of the attachments may contain; a. Confidential information of Cuscal Limited ('Cuscal') or third parties;

[Bug-wget] how to download [xx].txt file?

2010-07-29 Thread limlzm
bug-wget,您好! I can't download file as [xx].txt,how to download this file? wget version is :GNU Wget 1.10.2 (Red Hat modified) 致 礼! limlzm ...@provideo.net.cn   2010-07-29

Re: [Bug-wget] How to just download cookies?

2011-08-01 Thread Giuseppe Scrivano
Peng Yu writes: > Hi, > > I use the following code to download the cookies. But it will always > download some_page. Is there a way to just download the cookies? > > wget --post-data='something' --directory-prefix=/tmp > --save-cookies="cookies_file" --keep-session-cookies > http://xxx.com/some_p

[Bug-wget] How do I download this page ?

2011-08-17 Thread phil curb
http://stackprinter.appspot.com/export?question=282329&format=HTML&service=stackoverflow&linktohome=false

[Bug-wget] How to Use WGET in Windows

2012-06-12 Thread MIKE MCDANIEL
There is an article posted on eHow which is very helpful for beginners like me.  The title of the article is "How to Use WGET in Windows."   Although helpful, I need some clarification regarding the article's instructions listed below.  I use Windows-7. Step #5 says, "The

[Bug-wget] How to Use WGET in Windows

2012-06-13 Thread MIKE MCDANIEL
"   The first 2 of these 3 folders are empty, and the 3rd one contains my "GnuWin32" file.   (I very recently downloaded GnuWin32 sed 4.2.1  but have not yet successfuly used it.) I might also need some information as to HOW to put the folder where I need it. >

Re: [Bug-wget] How to set proxy host?

2012-06-15 Thread Micah Cowan
On 06/15/2012 08:12 AM, Priyadarsh Kankipati wrote: > Hi > I am trying to use wget to download files using windows command line. I am > behind a proxy server. I see the following options > > -Y, --proxy=on/off turn proxy on or off. > --proxy-user=USER set USER as proxy username

Re: [Bug-wget] How to set proxy host?

2012-06-15 Thread Ángel González
On 15/06/12 17:12, Priyadarsh Kankipati wrote: > Hi > I am trying to use wget to download files using windows command line. I am > behind a proxy server. I see the following options > > -Y, --proxy=on/off turn proxy on or off. > --proxy-user=USER set USER as proxy username. >

[Bug-wget] How to ls remote ftp directory?

2013-07-24 Thread Peng Yu
Hi, I'm wondering if there is a way to ls remote ftp directory with wget (or any other command). I can download files. But I'm not sure how to ls directories. -- Regards, Peng

[Bug-wget] Fix how Gateway Timeouts are handled

2014-11-19 Thread Darshit Shah
NOPASV, CONTNOTSUPPORTED, RETRUNNEEDED, RETRFINISHED, READERR, TRYLIMEXC, FILEBADFILE, RANGEERR, diff --git a/testenv/ChangeLog b/testenv/ChangeLog index f230ac6..814a374 100644 --- a/testenv/ChangeLog +++ b/testenv/ChangeLog @@ -1,7 +1,13 @@ +2014-11-19 Darshit Shah + + * Test-504.py: Add new test cas

Re: [Bug-wget] How to remove a header?

2018-02-09 Thread Tim Rühsen
Hi, On 02/09/2018 12:40 AM, Peng Yu wrote: > Hi, > > wget sets some headers. Is there a way to remove some headers, e.g., > Accept-Encoding? Thanks. No, you can change headers and add headers. But it looks like nobody ever needed/asked for an option to remove headers. With Best Regards, Tim

Re: [Bug-wget] How does --connect-timeout work?

2018-10-25 Thread Tim Rühsen
rstanding is that if I set connect-timeout short enough, wget > should fail. Could anybody let me know how to get this behavior? (See > the curl output below as a reference.) > > $ time wget -qO- http://httpbin.org/get > { > "args": {}, > "headers&q

Re: Mention how to only get error messages

2020-02-19 Thread Tim Rühsen
ion still > get printed. > > > OK but do mention what the basic information is, and how to only get > error messages. This is not possible in a simple way as all output goes to STDERR by default. That is historically designed so that -O- works as expected (without mixing page contents w

Re: how to capture "20 redirections exceeded." error?

2020-05-12 Thread Tim Rühsen
You could parse the output from wget. It is extremely unlikely that we will change this message in the future. Regards, Tim On 11.05.20 23:11, Peng Yu wrote: > Hi, > > wget returns 8 when it sees "20 redirections exceeded.". But how to > capture such an error from th

Re: How to send Wget Patches for OpenVMS

2024-06-08 Thread Tim Rühsen
On 6/3/24 13:46, ale...@vaxman.de wrote: Hi, I make OpenVMS support for wget, how can I send patch to distributive, can you help please? You can send it here or open a merge request at https://gitlab.com/gnuwget/wget/-/merge_requests . Regards, Tim OpenPGP_signature.asc

[Bug-wget] How to ignore errors with time stamping

2008-12-11 Thread Morten Lemvigh
I'm having a problem retrieving a page, when I use the time stamping option. When I run wget with: wget -N 'http://eur-lex.europa.eu/JOHtml.do?uri=OJ:C:2007:306:SOM:EN:HTML' the file is downloaded, but I get the message: "Last-modified header missing -- time-stamps turned off." If I run the com

[Bug-wget] How Do I Suppress SYSTEM_WGETRC / syswgetrc Echo?

2009-04-06 Thread Tim Tebbe
aved [5051] C:\PROGRA~1\GnuWin32\bin>wget http://www.google.com -q SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc syswgetrc = C:\PROGRA~1\GnuWin32/etc/wgetrc C:\PROGRA~1\GnuWin32\bin> How can I suppress this feedback printing of the SYSTEM_WGETRC / syswgetrcvalues? Thank you.

Re: [Bug-wget] how to workaround corrupted --continue files?

2009-07-31 Thread Konrad Miller
Hi, > I have scripts which rely on wget to handle knowing whether a given file > needs to be downloaded or not. Normally this works quite well, but in > some circumstances (as I've learned the hard way): The http Protocol doesn't support such a thing. The continue-flag (-c) depends on the file-siz

Re: [Bug-wget] how to workaround corrupted --continue files?

2009-07-31 Thread Matt Wilkie
Thanks for that Keisal. I thought I had tried timestamping before and it didn't work; something about always downloading even when local file was current(?). Anyway, today it is working, even with --continue, so that will do. :) best regards, matt wilkie --

Re: [Bug-wget] Feature Request or How To Request

2009-11-24 Thread Micah Cowan
meet.mr...@gmail.com wrote: > Hi Everybody. > > I would like to use wget in the following way: > > wget --spider http://www.mydomain.com:9080/ --no-dns-cache > --dns-server-one=99.88.77.66 > wget --spider http://www.mydomain.com:9080/ --no-dns-cache > --dns-server-one=99.88.77.66 --dns-server-two

RE: [Bug-wget] How to pass arguments in URL

2009-11-24 Thread Amit Walia
et/Satellite?c=Page /*****/ How can I add those parameters in the URL. Thanks, Awalia. NOTICE The information in this email and or any of the attachments may contain; a. Confidential information of Cuscal Limited ('Cuscal') or third parties; and or b. Legally privil

FW: [Bug-wget] How to pass arguments in URL

2009-11-24 Thread Amit Walia
Why am I getting mail from bug-wget-bounces+awalia Regards Amit NOTICE The information in this email and or any of the attachments may contain; a. Confidential information of Cuscal Limited ('Cuscal') or third parties; and or b. Legally privileged information of Cuscal or third parties and or c.

RE: [Bug-wget] How to pass arguments in URL

2009-11-24 Thread Tony Lewis
Try quoting the URL. -Original Message- From: bug-wget-bounces+wget=exelana@gnu.org [mailto:bug-wget-bounces+wget=exelana@gnu.org] On Behalf Of Amit Walia Sent: Tuesday, November 24, 2009 3:48 PM To: bug-wget@gnu.org Subject: RE: [Bug-wget] How to pass arguments in URL Hi, My

RE: [Bug-wget] How to pass arguments in URL

2009-11-24 Thread Amit Walia
ename=CUCA %2FPage%2FEXTRANETDefaultLeadingPageLayout /***/ Thanks for your reply. -Original Message- From: Tony Lewis [mailto:tle...@exelana.com] Sent: Wednesday, 25 November 2009 11:05 AM To: Amit Walia Cc: bug-wget@gnu.org Subject: RE: [Bug-wget] How to pass

Re: [Bug-wget] Feature Request or How To Request

2009-11-25 Thread meet.mr...@gmail.com
Hi Micah, this could be one very good way to do it. I would also like to see the same option / s on the wget command line. eg: --dns-server-one=99.88.77.66 --dns-server-two=99.88.77.55 That way it can all be dynamic / adaptable from the command line. extract from "resolve.conf" man: *nameserv

[Bug-wget] How to do selective download using wget ?

2010-07-21 Thread Avinash
Hi All, I want to use wget to download a particular type of file directly linked from a webpage. Which is really pretty simple. In this case, I would just feed it, wget -r -l1 -A.mp3 [yourwebpagehere] The end result I get from this string is fine, is just what I want. However, the program seems t

Re: [Bug-wget] how to download [xx].txt file?

2010-07-29 Thread Micah Cowan
On 07/28/2010 07:05 PM, limlzm wrote: > bug-wget,您好! >I can't download file as [xx].txt,how to download this file? > wget version is :GNU Wget 1.10.2 (Red Hat modified) Be sure to quote the URL: 'http://foo.bar/[xx].txt', as otherwise the shell will

Re: [Bug-wget] how to download [xx].txt file?

2010-07-30 Thread Micah Cowan
jc > > === 2010-07-29 19:34:02 您在来信中写道:=== > >> On 07/28/2010 07:05 PM, limlzm wrote: >>> bug-wget,您好! >>>I can't download file as [xx].txt,how to download this file? >>> wget version is :GNU Wget 1.10.2 (Red Hat modified) &g

[Bug-wget] How to gently getting started to contributing

2010-10-14 Thread Leonard Ehrenfried
Dear wget maintainers, I would like to improve my C skills and what better way than contributing to one of the pieces of software I use almost every day. I have checked out the source, grep'ed the code for TODOs and found a place I could get involved: In convert.c, line 441 it says 'TODO: hack th

Re: [Bug-wget] How to Use WGET in Windows

2012-06-13 Thread David H. Lipman
From: "MIKE MCDANIEL" There is an article posted on eHow which is very helpful for beginners like me. The title of the article is "How to Use WGET in Windows." Although helpful, I need some clarification regarding the article's instructions listed below. I use

Re: [Bug-wget] How to Use WGET in Windows

2012-06-13 Thread Ángel González
On 13/06/12 16:51, David H. Lipman wrote: > The objective is to have WGET and dependent DLL files in the path. I > prefer %WINDIR\% [ c:\windows ] > > Thus if you write a script that uses WGET or open a command prompt and > manually use it, it will implicitly be executed. I prefer to place it anyw

Re: [Bug-wget] How to Use WGET in Windows

2012-06-13 Thread David H. Lipman
es" and "Program Files (x86)" The first 2 of these 3 folders are empty, and the 3rd one contains my "GnuWin32" file. (I very recently downloaded GnuWin32 sed 4.2.1 but have not yet successfuly used it.) I might also need some information as to HOW to put the folder wh

Re: [Bug-wget] How to Use WGET in Windows

2012-06-13 Thread David H. Lipman
es" and "Program Files (x86)" The first 2 of these 3 folders are empty, and the 3rd one contains my "GnuWin32" file. (I very recently downloaded GnuWin32 sed 4.2.1 but have not yet successfuly used it.) I might also need some information as to HOW to put the folder whe

Re: [Bug-wget] How to Use WGET in Windows

2012-06-14 Thread MIKE MCDANIEL
I now restore my computer to an earlier time? > > From: David H. Lipman >To: bug-wget@gnu.org >Sent: Wednesday, June 13, 2012 8:14 PM >Subject: Re: [Bug-wget] How to Use WGET in Windows > >From: "MIKE MCDANIEL" > >&

Re: [Bug-wget] How to Use WGET in Windows

2012-06-14 Thread Henrik Holst
Ouch, if I'm not mistaken Windows will recreated the most vital parts of the path upon reboot (I.e the paths to c:\windows\;c:\windosw\system32 etc). Not familiar with Windows but a quick google gave me this page: http://superuser.com/questions/265532/how-to-extract-environment-variables

Re: [Bug-wget] How to Use WGET in Windows

2012-06-14 Thread David H. Lipman
From: "MIKE MCDANIEL" > I may have caused serious problems to my computer. I tried following the > directions > below, and under “Variable Value” I deleted everything and then typed > ;c:\Progs    Now I just read somewhere that if you DELETE anything from > the Path, > you > can ca

Re: [Bug-wget] How to ls remote ftp directory?

2013-07-25 Thread Pierre Fortin
On Wed, 24 Jul 2013 17:14:00 -0500 Peng Yu wrote: >Hi, > >I'm wondering if there is a way to ls remote ftp directory with wget >(or any other command). I can download files. But I'm not sure how to >ls directories. > This "trick" works for me: wget --no-r

Re: [Bug-wget] Fix how Gateway Timeouts are handled

2014-11-19 Thread Tim Ruehsen
On Wednesday 19 November 2014 14:11:12 Darshit Shah wrote: > Fixes #43262 [1] > > 504 Gateway Timeout responses will now be dealt like other non-fatal errors. > > Added a test case for the same Looks good here. Tim signature.asc Description: This is a digitally signed message part.

Re: [Bug-wget] Fix how Gateway Timeouts are handled

2014-11-19 Thread Darshit Shah
On 11/19, Tim Rühsen wrote: On Wednesday 19 November 2014 14:11:12 Darshit Shah wrote: Fixes #43262 [1] 504 Gateway Timeout responses will now be dealt like other non-fatal errors. Added a test case for the same Looks good here. Tim Pushed! -- Thanking You, Darshit Shah pgpFM04SsNnym.

[Bug-wget] How to switch off the status bar?

2015-03-07 Thread Thomas Sefzick
When calling wget via the 'catch' command from inside a (Tcl-)script the script detects an error. This started with wget version 1.16.2 and seems to be caused by the status bar which is always(?) activated. 'wget -q' is not quiet anymore. Which option should I use to get the old behaviour of '-q'?

[Bug-wget] How remove all after ? or @ (REAL PROBLEM)

2016-08-21 Thread Павел Серегов
file on server http://site.com/style.css?v1000 downloaded file style.css@v1000 How remove @v1000 I want result: style.css (without @v1000) My OS win10, wget version 1.18

[Bug-wget] How to download Wget software in windows?

2017-03-03 Thread Qu Bo
Would be helpful to give me a guidence. Many thanks! Bo 发自 Windows 邮件

[Bug-wget] How to simulate "Save as webpage, complete"?

2019-01-02 Thread MB2613
er "_files". The result works nicely, but what I want is for "index.html" to be in one folder and the associated files to be in a subfolder of that called "_files". This is what a browser does when one asks it to "save as webpage, complete." How do I simulate th

Re: [Bug-wget] How to ignore errors with time stamping

2008-12-11 Thread Andre Majorel
On 2008-12-11 09:17 +0100, Morten Lemvigh wrote: > I'm having a problem retrieving a page, when I use the time > stamping option. > > When I run wget with: > wget -N 'http://eur-lex.europa.eu/JOHtml.do?uri=OJ:C:2007:306:SOM:EN:HTML' > > the file is downloaded, but I get the message: > "Last-modifi

[Bug-wget] Re: How to ignore errors with time stamping

2008-12-12 Thread Morten Lemvigh
Andre Majorel wrote: On 2008-12-11 09:17 +0100, Morten Lemvigh wrote: I'm having a problem retrieving a page, when I use the time stamping option. When I run wget with: wget -N 'http://eur-lex.europa.eu/JOHtml.do?uri=OJ:C:2007:306:SOM:EN:HTML' the file is downloaded, but I get the message: "L

[Bug-wget] Re: How to ignore errors with time stamping

2008-12-12 Thread Morten Lemvigh
Andre Majorel wrote: On 2008-12-12 09:03 +0100, Morten Lemvigh wrote: No links on a page with a missing last-modified header are scanned, if the page is on the disk already. If I run: wget -r -N http://eur-lex.europa.eu/JOHtml.do?uri=OJ:L:2008:321:SOM:DA:HTML --08:51:24-- http://eur-lex.eu

Re: [Bug-wget] How Do I Suppress SYSTEM_WGETRC / syswgetrc Echo?

2009-04-06 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Tebbe wrote: > I am using Windows XP SP2. > > No matter which command I issue to wget, the SYSTEM_WGETRC and syswgetrc > variables display, even when I use the "quiet" option. Our wget releases doesn't issue such messages (nor our development sou

[Bug-wget] How to ignore link like "index.html?lang=ja"?

2010-05-29 Thread Peng Yu
There is the link "index.html?lang=ja" in index.html. I want to ignore such links. I use the following command. Would you please let me know how to ignore "index.html?lang=ja"? get --mirror \ --timestamping \ --no-parent \ url/index.html -- Regards, Peng

RE: [Bug-wget] How to do selective download using wget ?

2010-07-21 Thread Tony Lewis
Avinash wrote: > However, the program seems to want to waste a ton of bandwidth in > downloading EVERYTHING linked from the website you feed it, and then as it > finishes download it, it removes it if it's not an mp3. Is there any way to > tell it, "seriously, if it doesn't end in .mp3, don't even

[Bug-wget] How can I skip certain php-generated content?

2012-07-29 Thread bakopper
Hope this is the right place to ask... I want to download pretty much everything on a site, with the exception of that which is generated by a php-script called review.php - used like Eg: review.php?story=1223&no=24 I know how to reject certain types of files based on it's suffix, but

[Bug-wget] how to connect to HTPPS site with WGET

2012-08-31 Thread Matt Andel
Hello, I have a website i have to connect to each day and download multiple zip file. The file is a HTTPS site and I log in with a username and password. I then get to the page with multiple file and i have to right click each file and save as to save them. I would love to use WGET to automat

Re: [Bug-wget] How to switch off the status bar?

2015-03-08 Thread Noël Köthe
Hello, Am Samstag, den 07.03.2015, 09:58 + schrieb Thomas Sefzick: > When calling wget via the 'catch' command from inside a (Tcl-)script the > script detects an error. > This started with wget version 1.16.2 and seems to be caused by the status > bar which is always(?) activated. > 'wget -q'

Re: [Bug-wget] How to switch off the status bar?

2015-03-09 Thread Ander Juaristi
napshot, or downgrade to Wget 1.16.1, which is the latest version not affected by this issue. We expect to have this fixed in the next stable release. Instructions on how to download and compile a source snapshot: http://wget.addictivecode.org/RepositoryAccess To get Wget 1.16.1, head

Re: [Bug-wget] How to switch off the status bar?

2015-03-09 Thread Giuseppe Scrivano
Noël Köthe writes: > Hello, > > Am Samstag, den 07.03.2015, 09:58 + schrieb Thomas Sefzick: >> When calling wget via the 'catch' command from inside a (Tcl-)script the >> script detects an error. >> This started with wget version 1.16.2 and seems to be caused by the status >> bar which is alw

Re: [Bug-wget] How remove all after ? or @ (REAL PROBLEM)

2016-08-22 Thread Dale R. Worley
Павел Серегов writes: > file on server http://site.com/style.css?v1000 > downloaded file style.css@v1000 > > How remove @v1000 > I want result: style.css (without @v1000) The easiest way is to specify the output file name you want with "--output-file=style.css". Dale

Re: [Bug-wget] How remove all after ? or @ (REAL PROBLEM)

2016-08-23 Thread Darshit Shah
It depends on how the server is configured. You may be able to use `--content-disposition` or `--trust-server-names` to get better filenames in your case. * Павел Серегов [160822 03:38]: file on server http://site.com/style.css?v1000 downloaded file style.css@v1000 How remove @v1000 I

Re: [Bug-wget] How remove all after ? or @ (REAL PROBLEM)

2016-08-23 Thread Dale R. Worley
wor...@alum.mit.edu (Dale R. Worley) writes: > Павел Серегов writes: >> file on server http://site.com/style.css?v1000 >> downloaded file style.css@v1000 >> >> How remove @v1000 >> I want result: style.css (without @v1000) > > The easiest way is to spe

Re: [Bug-wget] How to download Wget software in windows?

2017-03-04 Thread Ander Juaristi
https://eternallybored.org/misc/wget/ On 03/03/17 00:57, Qu Bo wrote: > Would be helpful to give me a guidence. Many thanks! > Bo > > 发自 Windows 邮件 >

[Bug-wget] How to disable reading or settings in .wgetrc?

2017-05-31 Thread L A Walsh
I notice in the manpage, where it talks about the exclude list, how it says the syntax is such that it can clear it's value and that "This can be useful to clear the .wgetrc settings." But that is only referring to 1 switch. How do you clear other .wgetrc settings (or have it

[Bug-wget] How specify a CA zoo file during configuration

2018-07-18 Thread Jeffrey Walton
n on other systems). CARES_CFLAGS C compiler flags for CARES, overriding pkg-config CARES_LIBS linker flags for CARES, overriding pkg-config I don't want to overwrite/replace the existing one because I fear the modern X509 extensions will break some things. How do I tell configure where to look for the ca zoo file? Jeff

Re: [Bug-wget] Re: How to ignore errors with time stamping

2008-12-12 Thread Andre Majorel
On 2008-12-12 09:03 +0100, Morten Lemvigh wrote: > No links on a page with a missing last-modified header are > scanned, if the page is on the disk already. If I run: > > wget -r -N http://eur-lex.europa.eu/JOHtml.do?uri=OJ:L:2008:321:SOM:DA:HTML > > --08:51:24-- > http://eur-lex.europa.eu/JOHt

  1   2   3   >