reference/ftp/constants.xml
5bc8ebe3c1e0bb133e058f1b8eb34a721149e893
...
...
@@ -7,16 +7,16 @@
7
7
<varlistentry xml:id="constant.ftp-ascii">
8
8
<term>
9
9
<constant>FTP_ASCII</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
-
<para></para>
13
+
<para/>
14
14
</listitem>
15
15
</varlistentry>
16
16
<varlistentry xml:id="constant.ftp-autoseek">
17
17
<term>
18
18
<constant>FTP_AUTOSEEK</constant>
19
-
(<type>integer</type>)
19
+
(<type>int</type>)
20
20
</term>
21
21
<listitem>
22
22
<para>
...
...
@@ -27,7 +27,7 @@
27
27
<varlistentry xml:id="constant.ftp-autoresume">
28
28
<term>
29
29
<constant>FTP_AUTORESUME</constant>
30
-
(<type>integer</type>)
30
+
(<type>int</type>)
31
31
</term>
32
32
<listitem>
33
33
<para>
...
...
@@ -39,7 +39,7 @@
39
39
<varlistentry xml:id="constant.ftp-failed">
40
40
<term>
41
41
<constant>FTP_FAILED</constant>
42
-
(<type>integer</type>)
42
+
(<type>int</type>)
43
43
</term>
44
44
<listitem>
45
45
<para>
...
...
@@ -50,7 +50,7 @@
50
50
<varlistentry xml:id="constant.ftp-finished">
51
51
<term>
52
52
<constant>FTP_FINISHED</constant>
53
-
(<type>integer</type>)
53
+
(<type>int</type>)
54
54
</term>
55
55
<listitem>
56
56
<para>
...
...
@@ -61,7 +61,7 @@
61
61
<varlistentry xml:id="constant.ftp-moredata">
62
62
<term>
63
63
<constant>FTP_MOREDATA</constant>
64
-
(<type>integer</type>)
64
+
(<type>int</type>)
65
65
</term>
66
66
<listitem>
67
67
<para>
...
...
@@ -72,7 +72,7 @@
72
72
<varlistentry xml:id="constant.ftp-text">
73
73
<term>
74
74
<constant>FTP_TEXT</constant>
75
-
(<type>integer</type>)
75
+
(<type>int</type>)
76
76
</term>
77
77
<listitem>
78
78
<para>Alias of <constant>FTP_ASCII</constant>.</para>
...
...
@@ -81,16 +81,16 @@
81
81
<varlistentry xml:id="constant.ftp-binary">
82
82
<term>
83
83
<constant>FTP_BINARY</constant>
84
-
(<type>integer</type>)
84
+
(<type>int</type>)
85
85
</term>
86
86
<listitem>
87
-
<para></para>
87
+
<para/>
88
88
</listitem>
89
89
</varlistentry>
90
90
<varlistentry xml:id="constant.ftp-image">
91
91
<term>
92
92
<constant>FTP_IMAGE</constant>
93
-
(<type>integer</type>)
93
+
(<type>int</type>)
94
94
</term>
95
95
<listitem>
96
96
<para>Alias of <constant>FTP_BINARY</constant>.</para>
...
...
@@ -99,7 +99,18 @@
99
99
<varlistentry xml:id="constant.ftp-timeout-sec">
100
100
<term>
101
101
<constant>FTP_TIMEOUT_SEC</constant>
102
-
(<type>integer</type>)
102
+
(<type>int</type>)
103
+
</term>
104
+
<listitem>
105
+
<para>
106
+
See <function>ftp_set_option</function> for information.
107
+
</para>
108
+
</listitem>
109
+
</varlistentry>
110
+
<varlistentry xml:id="constant.ftp-usepasvaddress">
111
+
<term>
112
+
<constant>FTP_USEPASVADDRESS</constant>
113
+
(<type>int</type>)
103
114
</term>
104
115
<listitem>
105
116
<para>
...
...
@@ -109,7 +120,6 @@
109
120
</varlistentry>
110
121
</variablelist>
111
122
</appendix>
112
-

113
123
<!-- Keep this comment at the end of the file
114
124
Local variables:
115
125
mode: sgml
116
126