large file FTP upload bug

This commit is contained in:
Daniel Stenberg 2004-06-17 08:07:24 +00:00
parent b92e2ab6b1
commit 713effb6e4
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,12 @@
Changelog Changelog
Daniel (16 June 2004)
- Modified to keep the upload byte counter in an curl_off_t, not an int as
before. 32bits is not enough. This is most likely the bug Jean-Louis Lemaire
reported that makes 2GB FTP uploads to report error ("unaligned file sizes")
when completed.
Daniel (15 June 2004) Daniel (15 June 2004)
- Luca Alteas reported a problem that I fixed: if you did a POST with - Luca Alteas reported a problem that I fixed: if you did a POST with
CURLAUTH_DIGEST set but the server didn't require any authentication, CURLAUTH_DIGEST set but the server didn't require any authentication,

View File

@ -14,6 +14,7 @@ This release includes the following changes:
This release includes the following bugfixes: This release includes the following bugfixes:
o less restrictive libidn requirements, 0.4.1 or later is fine
o fixed HTTP POST or PUT with Digest/Negotiate/NTLM when the server didn't o fixed HTTP POST or PUT with Digest/Negotiate/NTLM when the server didn't
require any authentication require any authentication
o win32 file:// transfer free memory bug o win32 file:// transfer free memory bug
@ -38,6 +39,6 @@ advice from friends like these:
Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger, Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam, Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
Luca Alteas Luca Alteas, Jean-Louis Lemaire
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)