curl-users
Re: Re: Re: Re: cURL TODO : 15.3 prevent file overwriting
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 13 Jun 2014 23:33:02 +0200 (CEST)
Date: Fri, 13 Jun 2014 23:33:02 +0200 (CEST)
On Thu, 5 Jun 2014, Deepak Singh wrote:
> I tried to solve the problems suggested by you, please find attached the
> patch with the solutions of problems.
Thanks, but this doesn't seem to work your patch:
$ curl --no-clobber -o moo localhost/moo
Also, you seem to intend that this option should be used once per given URL so
you should then also make sure that this works:
$ curl --no-clobber --no-clobber -o moo -O localhost/moo localhost/moo
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-users FAQ: http://curl.haxx.se/docs/faq.html Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2014-06-13