aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ftp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 5d78ad6ba..021796f0a 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) {