diff --git a/lib/ftp.c b/lib/ftp.c index 5d78ad6bab8ed613efebcc7ae3158d938a6a6f8c..021796f0a1798453b29ce85ef71ae5f235144091 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -3748,6 +3748,9 @@ static CURLcode ftp_do_more(struct connectdata *conn, bool *complete) if(result) return result; + + *complete = TRUE; /* this state is now complete when the server has + connected back to us */ } } else if(data->set.upload) {