[wget-notify] [bug #23238] --no-clobber doesn't work with -O flag
Mark Tomich
INVALID.NOREPLY at gnu.org
Mon May 12 09:42:07 PDT 2008
URL:
<http://savannah.gnu.org/bugs/?23238>
Summary: --no-clobber doesn't work with -O flag
Project: GNU Wget
Submitted by: metuchen
Submitted on: Monday 05/12/2008 at 16:42
Category: Program Logic
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 1.11.1
Operating System: GNU/Linux
Reproducibility: Every Time
Fixed Release: None
Planned Release: None
Regression: Yes
Work Required: None
Patch Included: None
_______________________________________________________
Details:
If you specify the --no-clobber switch with the -O option to specify the
output directory, it will invariably not download the file reporting "file
already there".
e.g.:
# rm /tmp/foo
# ls -l /tmp/foo
ls: cannot access /tmp/foo: No such file or directory
# wget --version
GNU Wget 1.11.1
...
# wget --no-clobber -O /tmp/foo http://gnu.org
File `/tmp/foo' already there; not retrieving.
# ls -l /tmp/foo
-rw-r--r-- 1 root root 0 May 12 12:39 /tmp/foo
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?23238>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
More information about the wget-notify
mailing list