diff options
-rw-r--r-- | lib/ftp.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) { |