wget - ..."since it should be rejected"
Hi,
Today I'm trying wget for the first time. So as a test I was trying to download the mpgs from nationalgeographic site like this:
Quote:
$ wget -r -nc -P ~/Download/wgetted/ -A.jpg http :// photography.nationalgeographic.com/photography/photo-of-the-day --progress=dot --wait=10
Now its coming like this-
Quote:
19:41:34 (54.50 KB/s) - `/home/imran/Download/wgetted/photography.nationalgeographic.com/photography/photo-of-the-day' saved [39788/39788]
Removing /home/imran/Download/wgetted/photography.nationalgeographic.com/photography/photo-of-the-day since it should be rejected.
And so on and on and on.....
Question: Why it seems its downloading the jpgs and then removing? Why it "should be rejected"?