summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-18 21:03:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-18 21:03:14 +0000
commiteb965e2a1379adf22756920d816489f1321930a8 (patch)
treeccd0d77469465d297e3a4d34dfae4b083b4919b0
parent4e35395d0e65186bd4d5eb54935b88fcc7c74bc2 (diff)
downloadgnurl-eb965e2a1379adf22756920d816489f1321930a8.tar.gz
gnurl-eb965e2a1379adf22756920d816489f1321930a8.tar.bz2
gnurl-eb965e2a1379adf22756920d816489f1321930a8.zip
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.
-rw-r--r--docs/KNOWN_BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 968399977..428d3ccb4 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -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