wget aborts when file exists

2008-03-12 Thread Aleksandar Radulovic
(I am not subscribed to the bug-list) Hello, I use wget to retreive recurively images from a site, which are randomly changed on a daily basis . I wrote small batch which worked until sistem upgrade. Now the new version of wget is installed but it aborts when any file already

Re: wget aborts when file exists

2008-03-12 Thread Charles
On Wed, Mar 12, 2008 at 12:46 AM, Aleksandar Radulovic [EMAIL PROTECTED] wrote: (I am not subscribed to the bug-list) Hello, I use wget to retreive recurively images from a site, which are randomly changed on a daily basis . I wrote small batch which worked until sistem

Re: wget aborts when file exists

2008-03-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aleksandar Radulovic wrote: (I am not subscribed to the bug-list) Hello, I use wget to retreive recurively images from a site, which are randomly changed on a daily basis . I wrote small batch which worked until sistem upgrade.

Re: wget aborts when file exists

2008-03-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles wrote: On Wed, Mar 12, 2008 at 12:46 AM, Aleksandar Radulovic [EMAIL PROTECTED] wrote: (I am not subscribed to the bug-list) Hello, I use wget to retreive recurively images from a site, which are randomly changed on a

Re: wget aborts when file exists

2008-03-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles wrote: On Wed, Mar 12, 2008 at 11:03 PM, Micah Cowan [EMAIL PROTECTED] wrote: I think I like the 1.11 behavior (I'm assuming it's intentional). It assums, though, that the preexisting index.html corresponds to the one that you were

Re: wget aborts when file exists

2008-03-12 Thread Hrvoje Niksic
Micah Cowan [EMAIL PROTECTED] writes: When I tried this in my wget, I got different behavior with wget 1.11 alpha and wget 1.10.2 D:\wget --proxy=off -r -l 1 -nc -np http://localhost/test/ File `localhost/test/index.html' already there; not retrieving. D:\wget110 --proxy=off -r -l 1

Re: wget aborts when file exists

2008-03-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hrvoje Niksic wrote: Micah Cowan [EMAIL PROTECTED] writes: When I tried this in my wget, I got different behavior with wget 1.11 alpha and wget 1.10.2 D:\wget --proxy=off -r -l 1 -nc -np http://localhost/test/ File `localhost/test/index.html'

Re: wget aborts when file exists

2008-03-12 Thread Charles
On Thu, Mar 13, 2008 at 1:17 AM, Hrvoje Niksic [EMAIL PROTECTED] wrote: It assums, though, that the preexisting index.html corresponds to the one that you were trying to download; it's unclear to me how wise that is. That's what -nc does. But the question is why it assumes that