~ubuntu-branches/ubuntu/wily/curl/wily

« back to all changes in this revision

Viewing changes to docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.html

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2015-05-28 15:53:47 UTC
  • mfrom: (3.4.56 sid)
  • Revision ID: package-import@ubuntu.com-20150528155347-9m253tuskbpkkd1d
Tags: 7.42.1-2ubuntu1
* Merge from Debian (LP: #1459685). Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
* Dropped patches:
  - debian/patches/CVE-2015-3143.patch: upstream
  - debian/patches/CVE-2015-3148.patch: upstream
  - debian/patches/CVE-2015-3144.patch: upstream
  - debian/patches/CVE-2015-3153.patch: upstream
  - debian/patches/CVE-2014-8150.patch: upstream
  - debian/patches/CVE-2015-3145.patch: upstream
* Dropped the added udeb packages. They were empty since trusty and were
  originally added for LP: #831496, this change is likely not needed any
  more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<title>CURLOPT_FTP_FILEMETHOD man page</title>
5
5
<meta name="generator" content="roffit">
6
6
<STYLE type="text/css">
7
 
P.level0 {
 
7
pre {
 
8
  overflow: auto;
 
9
  margin: 0;
 
10
}
 
11
 
 
12
P.level0, pre.level0 {
8
13
 padding-left: 2em;
9
14
}
10
15
 
11
 
P.level1 {
 
16
P.level1, pre.level1 {
12
17
 padding-left: 4em;
13
18
}
14
19
 
15
 
P.level2 {
 
20
P.level2, pre.level2 {
16
21
 padding-left: 6em;
17
22
}
18
23
 
47
52
 
48
53
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2>
49
54
<p class="level0">CURLOPT_FTP_FILEMETHOD - select directory traversing method for FTP <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2>
50
 
<p class="level0"><pre>
51
 
<p class="level0">#include &lt;curl/curl.h&gt;
52
 
 <p class="level0">CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_FILEMETHOD,
53
 
 &nbsp;                         long method);
54
 
 </pre>
 
55
<p class="level0"><pre class="level0">
 
56
&#35;include &lt;curl/curl.h&gt;
 
57
 
 
58
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_FILEMETHOD,
 
59
&nbsp;                         long method);
 
60
</pre>
55
61
<a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2>
56
62
<p class="level0">Pass a long telling libcurl which <span Class="emphasis">method</span> to use to reach a file on a FTP(S) server. 
57
63
<p class="level0">This option exists because some server implementations aren't compliant to what the standards say should work. 
67
73
<p class="level0">TODO <a name="AVAILABILITY"></a><h2 class="nroffsh">AVAILABILITY</h2>
68
74
<p class="level0">Added in 7.15.1 <a name="RETURN"></a><h2 class="nroffsh">RETURN VALUE</h2>
69
75
<p class="level0">Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. <a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2>
70
 
<p class="level0"><span Class="manpage">CURLOPT_FTPLISTONLY (3)</span> <a Class="manpage" href="./CURLOPT_FTP_SKIP_PASV_IP.html">CURLOPT_FTP_SKIP_PASV_IP</a> <span Class="manpage"> </span> <p class="roffit">
 
76
<p class="level0"><span Class="manpage">CURLOPT_FTPLISTONLY (3)</span> <a Class="manpage" href="./CURLOPT_FTP_SKIP_PASV_IP.html">CURLOPT_FTP_SKIP_PASV_IP</a>, <span Class="manpage"> </span> <p class="roffit">
71
77
 This HTML page was made with <a href="http://daniel.haxx.se/projects/roffit/">roffit</a>.
72
78
</body></html>