aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-errors.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-11 08:44:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-11 08:44:36 +0000
commitd3c9f3d6f8beb8a24e99c2d74080909d59221110 (patch)
tree43adc9c905ac568d8f86ec1dac66f290fc5bb1ba /docs/libcurl/libcurl-errors.3
parentdf59ca1a45edba80c4a56c856b46e9ac8eac22cc (diff)
clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned
even if user and password are correct
Diffstat (limited to 'docs/libcurl/libcurl-errors.3')
-rw-r--r--docs/libcurl/libcurl-errors.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3
index e0699645f..0c37c3d76 100644
--- a/docs/libcurl/libcurl-errors.3
+++ b/docs/libcurl/libcurl-errors.3
@@ -45,8 +45,9 @@ server is probably not an OK FTP server.
We were denied access when trying to login to an FTP server or when trying to
change working directory to the one given in the URL.
.IP "CURLE_FTP_USER_PASSWORD_INCORRECT (10)"
-The username and/or the password were incorrect when trying to login to an FTP
-server.
+The FTP server rejected access to the server after the password was sent to
+it. It might be because the username and/or the password were incorrect or
+just that the server is not allowing you access for the moment etc.
.IP "CURLE_FTP_WEIRD_PASS_REPLY (11)"
After having sent the FTP password to the server, libcurl expects a proper
reply. This error code indicates that an unexpected code was returned.