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 /CHANGES | |
parent | db1c92ceacce9dca14219a2a4e60fc106eecc355 (diff) |
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 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (24 September 2007) +- 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. + Daniel S (21 September 2007) - Mark Davies fixed Negotiate authentication over proxy, and also introduced the --proxy-negotiate command line option to allow a user to explicitly |