<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
  <refentry id="function.ftp-fput">
   <refnamediv>
    <refname>ftp_fput</refname>
    <refpurpose>Uploads from an open file to the FTP server</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>ftp_fput</methodname>
      <methodparam><type>resource</type><parameter>ftp_stream</parameter></methodparam>
      <methodparam><type>string</type><parameter>remote_file</parameter></methodparam>
      <methodparam><type>resource</type><parameter>fp</parameter></methodparam>
      <methodparam><type>int</type><parameter>mode</parameter></methodparam>
      <methodparam choice="opt"><type>int</type><parameter>startpos</parameter></methodparam>
     </methodsynopsis>
    <para>
     <function>ftp_fput</function> uploads the data from the file pointer
     <parameter>fp</parameter> until the end of the file is reached.  The results are stored
     in <parameter>remote_file</parameter> on the FTP server.  The transfer
     <parameter>mode</parameter> specified must be either
     <constant>FTP_ASCII</constant> or <constant>FTP_BINARY</constant>.
    </para>
    <note>
     <para>
      The <parameter>startpos</parameter> parameter was added in PHP 4.3.0.
     </para>
    </note>
    <para>
     Returns &true; on success or &false; on error.
    </para>
   </refsect1>
  </refentry>

<!-- 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:"../../../../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
-->