diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-07 21:56:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-07 21:56:03 +0000 |
commit | 2ea052336f467267ab6cfd8cfeb49521898a3154 (patch) | |
tree | 16670bc6f76a10acfa4d02176ee4b0685f225d0a | |
parent | 3b9eefca899ac5759c60b8f405ac88f6cd27e42f (diff) | |
download | curl-2ea052336f467267ab6cfd8cfeb49521898a3154.tar.gz |
bug #1720605, There seems to be a problem when connecting to the Microsoft telnet server
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 85885fcf9..a97fd7a2d 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! +43. There seems to be a problem when connecting to the Microsoft telnet server. + http://curl.haxx.se/bug/view.cgi?id=1720605 + 41. When doing an operation over FTP that requires the ACCT command (but not when logging in), the operation will fail since libcurl doesn't detect this and thus fails to issue the correct command: |