cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: ftp problem

From: Clemens Gruber <clemens.gruber_at_pqgruber.com>
Date: Fri, 19 Jul 2013 09:13:23 +0200

Am 18.07.2013 um 21:09 schrieb Daniel Stenberg <daniel_at_haxx.se>:
> Ah indeed. What about a quick test to do this:
>
> diff --git a/lib/ftp.c b/lib/ftp.c
> index 5d78ad6..e7bd814 100644
> --- a/lib/ftp.c
> +++ b/lib/ftp.c
> @@ -3748,6 +3748,7 @@ static CURLcode ftp_do_more(struct connectdata *conn, bool
>
> if(result)
> return result;
> + *complete = TRUE;
> }
> }
> else if(data->set.upload) {
>
> ... as that's really what the code intends to do.

Hooray! It works now :-) :-)
Thank you Daniel !!

Will this fix be in curl 7.32.0 ?

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-07-19