aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-10 20:51:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-10 20:51:52 +0000
commit7cbbd1b56b00f923df3096971df1ec01019e3fd1 (patch)
treef275ee5acb0cb404899a7a9931e1bfd535fbb708 /docs
parent5daa6b93679b1e9a630975fef66191ae3bc71ab1 (diff)
41. When doing an operation over FTP that requires the ACCT command (but not
when logging in), the operation will fail since libcurl does detect this and thus fails to issue the correct command: http://curl.haxx.se/bug/view.cgi?id=1693337
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index ae1097082..8c175a1fe 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,11 @@ 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!
+41. When doing an operation over FTP that requires the ACCT command (but not
+ when logging in), the operation will fail since libcurl does detect this and
+ thus fails to issue the correct command:
+ http://curl.haxx.se/bug/view.cgi?id=1693337
+
40. Mac OS X test failures (Daniel Johnson)
http://curl.haxx.se/mail/lib-2007-03/0095.html