diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-24 21:47:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-24 21:47:35 +0000 |
commit | 775f86cb5a1ef5b46d2b7967878daca23c01f987 (patch) | |
tree | bc3a8106ae7138b5792c052acd236e35729c8033 /docs | |
parent | db1c92ceacce9dca14219a2a4e60fc106eecc355 (diff) | |
download | curl-775f86cb5a1ef5b46d2b7967878daca23c01f987.tar.gz |
Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle
URLs ending with a slash properly (it should list the contents of that
directory). Test case 351 brought back and also test 1010 was added.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 5549d0451..6d2cb9baa 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -17,9 +17,6 @@ may have been fixed since this was written! initial suggested function to use for randomizing the response: http://curl.haxx.se/mail/lib-2007-07/0178.html -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 |