FTP to uppercase and linking to FTP specs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74758 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-03-22 22:18:47 +00:00
parent 22f83ce64a
commit ce86845679

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.40 $ -->
<!-- $Revision: 1.41 $ -->
<reference id="ref.ftp">
<title>FTP functions</title>
<titleabbrev>FTP</titleabbrev>
@ -8,7 +8,7 @@
<para>
The functions in this extension implement client access to file
servers speaking the File Transfer Protocol FTP as defined in
&spec.ftp;.
<ulink url="&spec.ftp;">&spec.ftp;</ulink>.
</para>
<para>
@ -597,7 +597,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII);
<refnamediv>
<refname>ftp_exec</refname>
<refpurpose>
Request execution of a program on the ftp server.
Request execution of a program on the FTP server.
</refpurpose>
</refnamediv>
<refsect1>
@ -608,7 +608,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII);
<methodparam><type>string</type><parameter>command</parameter></methodparam>
</methodsynopsis>
<para>
Sends a SITE EXEC <parameter>command</parameter> request to the ftp
Sends a SITE EXEC <parameter>command</parameter> request to the FTP
server. Returns &false; if the request fails, returns the output of the
command otherwise.
</para>