mirror of
https://github.com/php/doc-zh.git
synced 2026-04-27 01:58:14 +02:00
600c11ffd3
* Update ftp-append.xml * Update ftp-mlsd.xml * Update book.xml * Update configure.xml * Update constants.xml * Update examples.xml * Update setup.xml * Update ftp-alloc.xml * Update ftp-cdup.xml * Update ftp-chdir.xml * Update ftp-chmod.xml
53 lines
1.6 KiB
XML
53 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- $Revision$ -->
|
||
<!-- EN-Revision: 4d1c34c9b7a30cfc3a59641122c707a2812cfed7 Maintainer: yuanyuqiang Status: ready -->
|
||
<!-- CREDITS: mowangjuanzi -->
|
||
<book xml:id="book.ftp" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<?phpdoc extension-membership="bundled" ?>
|
||
<title>FTP</title>
|
||
|
||
<!-- {{{ preface -->
|
||
<preface xml:id="intro.ftp">
|
||
&reftitle.intro;
|
||
<para>
|
||
本扩展中的函数实现了通过 FTP 协议访问文件服务器的客户端。FTP
|
||
协议在 <link xlink:href="&url.rfc;959">&url.rfc;959</link>
|
||
中定义。本扩展提供了对于 FTP 服务器完整的访问及控制功能。如果只是简单的从
|
||
FTP 服务器读取或向服务器写入一个文件,请考虑使用
|
||
<link linkend="wrappers.ftp"><literal>ftp://</literal> 封装协议</link>
|
||
和 <link linkend="ref.filesystem">文件系统函数</link>,
|
||
会更加的简单。
|
||
</para>
|
||
</preface>
|
||
<!-- }}} -->
|
||
|
||
&reference.ftp.setup;
|
||
&reference.ftp.constants;
|
||
&reference.ftp.examples;
|
||
&reference.ftp.reference;
|
||
&reference.ftp.ftp.connection;
|
||
|
||
</book>
|
||
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|
||
|