Additional verbage in extension description.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124526 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-04-24 23:43:59 +00:00
parent 581f83cc14
commit 9604313e88

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<reference id="ref.ftp">
<title>FTP functions</title>
<titleabbrev>FTP</titleabbrev>
@ -10,7 +10,13 @@
<para>
The functions in this extension implement client access to file
servers speaking the File Transfer Protocol (FTP) as defined in
<ulink url="&spec.ftp;">&spec.ftp;</ulink>.
<ulink url="&spec.ftp;">&spec.ftp;</ulink>. This extension is
meant for detailed access to an FTP server providing a wide range
of control to the executing script. If you only wish to
read from or write to a file on an FTP server, consider using
the <link linkend="wrappers.ftp"><literal>ftp://</literal> wrapper</link>
with the <link linkend="ref.filesystem">filesystem functions</link>
which provide a simpler and more intuitive interface.
</para>
</section>