wget fails to mirror

2003-11-16 Thread Maarten Boekhold
Hi all, I'm using the following command to mirror the cygwin dir (from sunsite.dk, and I'm going through an HTTP proxy): wget --debug \ --no-host-directories \ --cut-dirs=2 \ --mirror \ --directory-prefix=/mirrors/test ftp://sunsite.dk/mirrors/cygwin Output of this command

Re: How to send line breaks for textarea tag with wget

2003-11-16 Thread Jens Rösner
Hi Jing-Shin! Thanks for the pointers. Where can I get a version that support the --post-data option? My newest version is 1.8.2, but it doesn't have this option. -JS Current version is 1.9.1. The wget site lists download options on http://wget.sunsite.dk/#downloading Good luck Jens --

Re: wget fails to mirror

2003-11-16 Thread Hrvoje Niksic
Maarten Boekhold [EMAIL PROTECTED] writes: Is there anything obvious here that I'm doing wrong? Mirroring FTP over proxies is broken in Wget 1.8 and later, sorry. I'll look into fixing them for 1.10.

Re: feature request: --second-guess-the-dns

2003-11-16 Thread Hrvoje Niksic
Dan Jacobson [EMAIL PROTECTED] writes: But I want a --second-guess-the-dns=ADDRESS Aside from `--second-guess-the-dns' being an awful name (sorry), what is the usage scenario for this kind of option? I.e. why would anyone want to use it? Perhaps the user should do all this in the

Re: feature request: --second-guess-the-dns

2003-11-16 Thread Hrvoje Niksic
Post, Mark K [EMAIL PROTECTED] writes: You can do this now: wget http://216.46.192.85/ Using DNS is just a convenience after all, not a requirement. Unfortunately, widespread use of name-based virtual hosting made it a requirement in practice. ISP's typically host a bunch of web sites on

Re: compiled wget on beos r5

2003-11-16 Thread Hrvoje Niksic
Andrew Bachmann [EMAIL PROTECTED] writes: To compile wget, I had to comment out this line from ftp-basic.c: #include arpa/inet.h Thanks, I'll remove it. In fact, I suspect that the inet includes are no longer even necessary in ftp-basic.c.

recursive wget don't work properly

2003-11-16 Thread Marius Andreiana
Hi wget -r --no-parent http://www.desktoplinux.com/files/article003/ stops at the first slides (4-6) instead of getting all presentation. -- Marius Andreiana Galuna - Soluii Linux n Romnia http://www.galuna.ro

Relevance of MACHINES

2003-11-16 Thread Hrvoje Niksic
I'm not sure how to manage the MACHINES file in the distribution. As very few people keep testing the old operating systems documented in MACHINES, it's impossible to guarantee that new versions of Wget will compile or work on them. One way to fix this would be to accopmany the OS entries in

Re: recursive wget don't work properly

2003-11-16 Thread Hrvoje Niksic
Marius Andreiana [EMAIL PROTECTED] writes: wget -r --no-parent http://www.desktoplinux.com/files/article003/ stops at the first slides (4-6) instead of getting all presentation. Which version of Wget are you using? Can you send the debug output from the Wget run?

Re: recursive wget don't work properly

2003-11-16 Thread Marius Andreiana
Hi On Du, 2003-11-16 at 23:08, Hrvoje Niksic wrote: Which version of Wget are you using? Can you send the debug output from the Wget run? GNU Wget 1.8.2 (Fedora Core 1). Attached debuged output. As you see, it won't get at slide 7. Thank you! -- Marius Andreiana Galuna - Solutii Linux in

Re: recursive wget don't work properly

2003-11-16 Thread Hrvoje Niksic
Marius Andreiana [EMAIL PROTECTED] writes: On Du, 2003-11-16 at 23:08, Hrvoje Niksic wrote: Which version of Wget are you using? Can you send the debug output from the Wget run? GNU Wget 1.8.2 (Fedora Core 1). Attached debuged output. As you see, it won't get at slide 7. Maximum

how to get mirror just a portion of a website ?

2003-11-16 Thread Josh Brooks
Generally, I mirror an entire web site with: wget --tries=inf -nH --no-parent --random-wait -r -l inf --convert-links --html-extension www.example.com But, that is if I am mirroring an _entire_ web site - where the URL looks like; www.example.com BUT, how can I mirror a URL that looks like:

RE: how to get mirror just a portion of a website ?

2003-11-16 Thread Post, Mark K
Use the -np or --no-parent option. Mark Post -Original Message- From: Josh Brooks [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003 11:48 PM To: [EMAIL PROTECTED] Subject: how to get mirror just a portion of a website ? Generally, I mirror an entire web site with: wget