mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 07:02:09 +01:00
* 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>
54 lines
1.7 KiB
XML
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
|
|
-->
|
|
|