Files
archived-doc-pt-br/reference/ftp/book.xml
Leonardo Lara Rodrigues 70f1ea52c1 Updates to outdated pages in reference/ (filter,fpm,ftp,funchand) (#382)
* Updates to abandoned/outdated/missing pages in reference/math/

* Correction from `en` version

* Revision ready

* Updates to outdated pages in reference/dom

* Updates to reference/dbase/ pages

* Corrections to math functions pages

* Updates to abandoned/outdated pages in reference/dbase

* Correction to function name

* Updates to outdated pages in reference (filter,fpm,ftp,funchand)

---------

Co-authored-by: LEONARDO LARA RODRIGUES <leonardolara@github.com>
2023-12-04 13:21:53 -03:00

54 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4d1c34c9b7a30cfc3a59641122c707a2812cfed7 Maintainer: leonardolara Status: ready --><!-- CREDITS: fernandoc,felipe,leonardolara -->
<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>
As funções nesta extensão implementam o acesso de clientes a
servidores de arquivos usando o Protocolo de Transferência de Arquivos (File Transfer Protocol - FTP) como
definido em <link xlink:href="&url.rfc;959">&url.rfc;959</link>. Esta extensão
permite acesso detalhado ao servidor FTP provendo um grande controle
ao script em execução. Se o objetivo for somente ler ou escrever em arquivo em um servidor FTP,
pode-se considerar o uso do
<link linkend="wrappers.ftp">empacotador <literal>ftp://</literal></link>
com as <link linkend="ref.filesystem">funções de sistema de arquivo</link>
que fornecem uma interface mais simples e intuitiva.
</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
-->