<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ftp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.ftp.php',
    1 => 'FTP Functions',
    2 => 'FTP Functions',
  ),
  'up' => 
  array (
    0 => 'book.ftp.php',
    1 => 'FTP',
  ),
  'prev' => 
  array (
    0 => 'ftp.examples-basic.php',
    1 => 'Basic usage',
  ),
  'next' => 
  array (
    0 => 'function.ftp-alloc.php',
    1 => 'ftp_alloc',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ftp/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.ftp.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.ftp" class="reference">
 <h1 class="title">FTP Functions</h1>

 





















































































































































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.ftp-alloc.php">ftp_alloc</a> — Allocates space for a file to be uploaded</li><li><a href="function.ftp-append.php">ftp_append</a> — Append the contents of a file to another file on the FTP server</li><li><a href="function.ftp-cdup.php">ftp_cdup</a> — Changes to the parent directory</li><li><a href="function.ftp-chdir.php">ftp_chdir</a> — Changes the current directory on a FTP server</li><li><a href="function.ftp-chmod.php">ftp_chmod</a> — Set permissions on a file via FTP</li><li><a href="function.ftp-close.php">ftp_close</a> — Closes an FTP connection</li><li><a href="function.ftp-connect.php">ftp_connect</a> — Opens an FTP connection</li><li><a href="function.ftp-delete.php">ftp_delete</a> — Deletes a file on the FTP server</li><li><a href="function.ftp-exec.php">ftp_exec</a> — Requests execution of a command on the FTP server</li><li><a href="function.ftp-fget.php">ftp_fget</a> — Downloads a file from the FTP server and saves to an open file</li><li><a href="function.ftp-fput.php">ftp_fput</a> — Uploads from an open file to the FTP server</li><li><a href="function.ftp-get.php">ftp_get</a> — Downloads a file from the FTP server</li><li><a href="function.ftp-get-option.php">ftp_get_option</a> — Retrieves various runtime behaviours of the current FTP connection</li><li><a href="function.ftp-login.php">ftp_login</a> — Logs in to an FTP connection</li><li><a href="function.ftp-mdtm.php">ftp_mdtm</a> — Returns the last modified time of the given file</li><li><a href="function.ftp-mkdir.php">ftp_mkdir</a> — Creates a directory</li><li><a href="function.ftp-mlsd.php">ftp_mlsd</a> — Returns a list of files in the given directory</li><li><a href="function.ftp-nb-continue.php">ftp_nb_continue</a> — Continues retrieving/sending a file (non-blocking)</li><li><a href="function.ftp-nb-fget.php">ftp_nb_fget</a> — Retrieves a file from the FTP server and writes it to an open file (non-blocking)</li><li><a href="function.ftp-nb-fput.php">ftp_nb_fput</a> — Stores a file from an open file to the FTP server (non-blocking)</li><li><a href="function.ftp-nb-get.php">ftp_nb_get</a> — Retrieves a file from the FTP server and writes it to a local file (non-blocking)</li><li><a href="function.ftp-nb-put.php">ftp_nb_put</a> — Stores a file on the FTP server (non-blocking)</li><li><a href="function.ftp-nlist.php">ftp_nlist</a> — Returns a list of files in the given directory</li><li><a href="function.ftp-pasv.php">ftp_pasv</a> — Turns passive mode on or off</li><li><a href="function.ftp-put.php">ftp_put</a> — Uploads a file to the FTP server</li><li><a href="function.ftp-pwd.php">ftp_pwd</a> — Returns the current directory name</li><li><a href="function.ftp-quit.php">ftp_quit</a> — Alias of ftp_close</li><li><a href="function.ftp-raw.php">ftp_raw</a> — Sends an arbitrary command to an FTP server</li><li><a href="function.ftp-rawlist.php">ftp_rawlist</a> — Returns a detailed list of files in the given directory</li><li><a href="function.ftp-rename.php">ftp_rename</a> — Renames a file or a directory on the FTP server</li><li><a href="function.ftp-rmdir.php">ftp_rmdir</a> — Removes a directory</li><li><a href="function.ftp-set-option.php">ftp_set_option</a> — Set miscellaneous runtime FTP options</li><li><a href="function.ftp-site.php">ftp_site</a> — Sends a SITE command to the server</li><li><a href="function.ftp-size.php">ftp_size</a> — Returns the size of the given file</li><li><a href="function.ftp-ssl-connect.php">ftp_ssl_connect</a> — Opens a Secure SSL-FTP connection</li><li><a href="function.ftp-systype.php">ftp_systype</a> — Returns the system type identifier of the remote FTP server</li></ul>
</div>
<?php manual_footer($setup); ?>