aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-14 00:17:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-14 00:17:03 +0000
commitbac17ab7d826d6a19e72df0a162ca87788dd4d15 (patch)
tree321e2e2923e2eb636226923d8a8c031dd29113e2
parent9ace30352874529fa85f25da80b1cfe4e2bfa4ae (diff)
extended the description for exit code 9
-rw-r--r--docs/curl.14
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 688a14b96..3e4efa885 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1217,7 +1217,9 @@ Failed to connect to host.
.IP 8
FTP weird server reply. The server sent data curl couldn't parse.
.IP 9
-FTP access denied. The server denied login.
+FTP access denied. The server denied login or denied access to the particular
+resource or directory you wanted to reach. Most often you tried to change to a
+directory that doesn't exist on the server.
.IP 10
FTP user/password incorrect. Either one or both were not accepted by the
server.