Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.

This commit is contained in:
Daniel Stenberg
2007-05-31 08:59:44 +00:00
parent 14b9b823e6
commit 713c9f8602
3 changed files with 40 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ This release includes the following changes:
o more than one test harness can run at the same time without conflict
o SFTP now supports quote commands before a transfer
o CURLMOPT_MAXCONNECTS added to curl_multi_setopt()
o upload resume works for file:// URLs
This release includes the following bugfixes: