mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
581f83cc14
commit
9604313e88
1 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue