]> granicus.if.org Git - curl/commitdiff
empty path parts in FTP URLs
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2003 12:21:48 +0000 (12:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2003 12:21:48 +0000 (12:21 +0000)
docs/KNOWN_BUGS

index b9f8454f46f15597f4b8d9a7335aa90ea54d4769..9687071eecdb910046a768e99779b9dcf2b98af7 100644 (file)
@@ -3,6 +3,13 @@ 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!
 
+* libcurl ignores empty path parts in FTP URLs, whereas RFC1738 states that
+  such parts should be sent to the server as 'CWD ' (without an argument).
+  The only exception to this rule, is that we knowingly break this if the
+  empty part is first in the path, as then we use the double slashes to
+  indicate that the user wants to reach the root dir (this exception SHALL
+  remain even when this bug is fixed).
+
 * 1) libcurl does a POST
   2) receives a 100-continue
   3) sends away the POST