]> sjero.net Git - wget/commit - src/ftp.c
Fixed bug #23238: --no-clobber doesn't work with -O flag
authorJoao Ferreira <joao@joaoff.com>
Wed, 14 May 2008 21:10:37 +0000 (22:10 +0100)
committerJoao Ferreira <joao@joaoff.com>
Wed, 14 May 2008 21:10:37 +0000 (22:10 +0100)
commit888c30ba01f2ea7fe4ba1f24b536aafe887b2c37
tree5088e2f895d311fb9823bb2e32d0183d66548741
parent1ddd88d7c5c32446cc6f8ea2ec4d97eba72bfb28
Fixed bug #23238: --no-clobber doesn't work with -O flag

"wget -nc -O file URL" now checks if "file" exists first. If it does, it terminates.
src/ftp.c
src/http.c
src/main.c