reference/ftp/book.xml
4d1c34c9b7a30cfc3a59641122c707a2812cfed7
...
...
@@ -1,16 +1,15 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Purpose: remote.other -->
4
-
<!-- Membership: bundled -->
5
3
6
4
<book xml:id="book.ftp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="bundled" ?>
7
6
<title>FTP</title>
8
7
9
8
<!-- {{{ preface -->
10
9
<preface xml:id="intro.ftp">
11
10
&reftitle.intro;
12
11
<para>
13
-
The functions in this extension implement client access to file
12
+
The functions in this extension implement client access to files
14
13
servers speaking the File Transfer Protocol (FTP) as defined in
15
14
<link xlink:href="&url.rfc;959">&url.rfc;959</link>. This extension is
16
15
meant for detailed access to an FTP server providing a wide range
...
...
@@ -27,6 +26,7 @@
27
26
&reference.ftp.constants;
28
27
&reference.ftp.examples;
29
28
&reference.ftp.reference;
29
+
&reference.ftp.ftp.connection;
30
30

31
31
</book>
32
32

33
33