- Given a recent enough libssh2, libcurl can now seek/resume with SFTP even

on file indexes beyond 2 or 4GB.
This commit is contained in:
Daniel Stenberg
2008-12-22 13:12:36 +00:00
parent d5bfec70af
commit 7ffe62d901
3 changed files with 16 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ This release includes the following bugfixes:
o curl_multi_timeout() no longer returns timeout 0 when there's nothing to do
yet
o the multi_socket API and HTTP pipelining now work a lot better when combined
o SFTP seek/resume beyond 32bit file sizes
This release includes the following known bugs: