]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
44. --ftp-method nocwd does not handle URLs ending with a slash properly (it
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Jun 2007 21:03:14 +0000 (21:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Jun 2007 21:03:14 +0000 (21:03 +0000)
should list the contents of that directory). See test case 351.

docs/KNOWN_BUGS

index 968399977634865c422e1a7946b2049d0609309e..428d3ccb47016a4294f05a94b2bda9b31c919e9a 100644 (file)
@@ -3,6 +3,9 @@ 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!
 
+44. --ftp-method nocwd does not handle URLs ending with a slash properly (it
+  should list the contents of that directory). See test case 351.
+
 43. There seems to be a problem when connecting to the Microsoft telnet server.
   http://curl.haxx.se/bug/view.cgi?id=1720605