Am 18.07.2013 um 21:09 schrieb Daniel Stenberg <[email protected]>:
> 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

Reply via email to