CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 May 2007 11:34:31 +0000 (11:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 May 2007 11:34:31 +0000 (11:34 +0000)
commit1b7f00b2a68b59249181dac6557630e20f394ea6
tree5adbdaf340f21646e1529e9c4aaccb3e8a0c4531
parentad19f95f15bac425c1b37a7a260025d8fc9fe63c
CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is
because I just made SCP uploads return this value if the file size of
the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to
reflect this news, and a define for the old name was added to the public
header file.
CHANGES
docs/libcurl/curl_easy_setopt.3
docs/libcurl/libcurl-errors.3
include/curl/curl.h
lib/ssh.c
lib/strerror.c