diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-01-07 15:39:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-07 15:39:38 +0000 |
commit | aa5af100b4a87d0d091ff2572897188d6dfcfe42 (patch) | |
tree | 18c91989080b745dd20ba9e460fe0c231d690dcb /docs | |
parent | 37ae32f6888f8cd3212eff5fd1cb46f34d5f2269 (diff) |
clarified error code 19
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 0a3629e8f..cb53855dd 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -827,7 +827,8 @@ FTP couldn't set binary. Couldn't change transfer method to binary. .IP 18 Partial file. Only a part of the file was transfered. .IP 19 -FTP couldn't RETR file. The RETR command failed. +FTP couldn't download/access the given file, the RETR (or similar) command +failed. .IP 20 FTP write error. The transfer was reported bad by the server. .IP 21 |