Added test case 235 that makes a resumed upload of a file that isn't present
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Mar 2005 23:52:06 +0000 (23:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Mar 2005 23:52:06 +0000 (23:52 +0000)
commitaa47ac4c066fa125ec1bfef941698f49a548aede
tree5b31e27d08c105d06d84e7ec5cc8448edcaf8913
parentb01151e81cfcd9f21f54e616e1872d570bc634e2
Added test case 235 that makes a resumed upload of a file that isn't present
on the remote side. This then converts the operation to an ordinary STOR
upload. This was requested/pointed out by Ignacio Vazquez-Abrams.

It also proved (and I fixed) a bug in the newly rewritten ftp code (and
present in the 7.13.1 release) when trying to resume an upload and the servers
returns an error to the SIZE command. libcurl then loops and sends SIZE
commands infinitely.
CHANGES
RELEASE-NOTES
lib/ftp.c
tests/data/Makefile.am
tests/data/test235 [new file with mode: 0644]