when asking for a resumed FTP transfer, even though the entire file has

already been transfered no longer returns error but instead is OK. The
reasoning behind this is of course that no extra actions need to be taken
and it is as if a transfer had been successfully performed.
This commit is contained in:
Daniel Stenberg
2001-05-11 11:38:13 +00:00
parent 291075b12f
commit 11f2464a22
2 changed files with 31 additions and 6 deletions

View File

@@ -188,6 +188,9 @@ struct ConnectBits {
bool use_range;
bool rangestringalloc; /* the range string is malloc()'ed */
bool resume_done; /* nothing was transfered, resumed transfer already
complete */
};
/*