FTP FunctionsFTP
&reftitle.intro;
The functions in this extension implement client access to file
servers speaking the File Transfer Protocol (FTP) as defined in
&url.rfc;959. This extension is
meant for detailed access to an FTP server providing a wide range
of control to the executing script. If you only wish to
read from or write to a file on an FTP server, consider using
the ftp:// wrapper
with the filesystem functions
which provide a simpler and more intuitive interface.
&reftitle.required;
&no.requirement;
&reference.ftp.configure;
&reftitle.runtime;
&no.config;
&reftitle.resources;
This extension uses one resource type, which is the link identifier
of the FTP connection, returned by ftp_connect
or ftp_ssl_connect.
&reference.ftp.constants;
&reftitle.examples;
FTP example
]]>
&reference.ftp.functions;