aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-02-20 10:05:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-02-20 10:05:47 +0000
commit09897b81463968f2df46bb70a71c3578f1faa5f6 (patch)
tree97a2b8589d15de66473b1c792851d06ebd52e2e3
parent29e446e508d42b960d4a8a097586606da561c7ab (diff)
ftp upload with url ending with slash
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 3fda7c724..ebaaca11c 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,10 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+33. Doing FTP upload and specifying a URL that ends with a slash will cause
+ a filed named "(nil)" get created. The proper fix should most likely be to
+ reject the upload early since there's no target file name specified.
+
32. (At least on Windows) If libcurl is built with c-ares and there's no DNS
server configured in the system, the ares_init() call fails and thus
curl_easy_init() fails as well. This causes weird effects for people who use