Loading lib/transfer.c +2 −1 Original line number Diff line number Diff line Loading @@ -923,6 +923,7 @@ static CURLcode readwrite_upload(struct SessionHandle *data, if(!data->set.crlf) { /* we're here only because FTP is in ASCII mode... bump infilesize for the LF we just added */ if(data->state.infilesize != -1) data->state.infilesize++; } } Loading Loading
lib/transfer.c +2 −1 Original line number Diff line number Diff line Loading @@ -923,6 +923,7 @@ static CURLcode readwrite_upload(struct SessionHandle *data, if(!data->set.crlf) { /* we're here only because FTP is in ASCII mode... bump infilesize for the LF we just added */ if(data->state.infilesize != -1) data->state.infilesize++; } } Loading