~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to docs/libcurl/libcurl-errors.3

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-03-23 16:24:51 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: package-import@ubuntu.com-20120323162451-z4gstlabjkgnrh7h
Tags: upstream-7.25.0
ImportĀ upstreamĀ versionĀ 7.25.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.\" *                            | (__| |_| |  _ <| |___
6
6
.\" *                             \___|\___/|_| \_\_____|
7
7
.\" *
8
 
.\" * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
.\" * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
.\" *
10
10
.\" * This software is licensed as described in the file COPYING, which
11
11
.\" * you should have received as part of this distribution. The terms
81
81
.IP "CURLE_FTP_WEIRD_227_FORMAT (14)"
82
82
FTP servers return a 227-line as a response to a PASV command. If libcurl
83
83
fails to parse that line, this return code is passed back.
84
 
.IP "CURLE_FTP_PRET_FAILED (84)"
85
 
The FTP server does not understand the PRET command at all or does not support
86
 
the given argument. Be careful when using \fICURLOPT_CUSTOMREQUEST\fP, a
87
 
custom LIST command will be sent with PRET CMD before PASV as well. (Added in
88
 
7.20.0)
89
84
.IP "CURLE_FTP_CANT_GET_HOST (15)"
90
85
An internal failure to lookup the host used for the new connection.
91
86
.IP "CURLE_FTP_COULDNT_SET_TYPE (17)"
233
228
.IP "CURLE_SSL_ISSUER_ERROR (83)"
234
229
Issuer check failed (Added in 7.19.0)
235
230
.IP "CURLE_FTP_PRET_FAILED (84)"
236
 
PRET command failed
 
231
The FTP server does not understand the PRET command at all or does not support
 
232
the given argument. Be careful when using \fICURLOPT_CUSTOMREQUEST\fP, a
 
233
custom LIST command will be sent with PRET CMD before PASV as well. (Added in
 
234
7.20.0)
237
235
.IP "CURLE_RTSP_CSEQ_ERROR (85)"
238
236
Mismatch of RTSP CSeq numbers.
239
237
.IP "CURLE_RTSP_SESSION_ERROR (86)"