mazzanet Sat Feb 12 22:13:13 2005 EDT
Modified files:
/phpdoc/en/reference/ftp/functions ftp-nlist.xml ftp-site.xml
Log:
Fixing part of bug #31567
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-nlist.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-nlist.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nlist.xml:1.9
phpdoc/en/reference/ftp/functions/ftp-nlist.xml:1.10
--- phpdoc/en/reference/ftp/functions/ftp-nlist.xml:1.9 Sun Jan 16 00:09:23 2005
+++ phpdoc/en/reference/ftp/functions/ftp-nlist.xml Sat Feb 12 22:13:13 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.ftp-nlist">
<refnamediv>
<refname>ftp_nlist</refname>
@@ -29,7 +29,10 @@
<term><parameter>directory</parameter></term>
<listitem>
<para>
- The listed directory.
+ The directory to be listed. This parameter can also include arguments,
eg.
+ ftp_nlist($conn_id, "-la /your/dir");
+ Note that this parameter isn't escaped so there may be some issues with
+ filenames containing spaces and other characters.
</para>
</listitem>
</varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-site.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/ftp/functions/ftp-site.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-site.xml:1.7
phpdoc/en/reference/ftp/functions/ftp-site.xml:1.8
--- phpdoc/en/reference/ftp/functions/ftp-site.xml:1.7 Sun Jan 16 00:09:23 2005
+++ phpdoc/en/reference/ftp/functions/ftp-site.xml Sat Feb 12 22:13:13 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.ftp-site">
<refnamediv>
<refname>ftp_site</refname>
@@ -38,7 +38,8 @@
<term><parameter>command</parameter></term>
<listitem>
<para>
- The SITE command.
+ The SITE command. Note that this parameter isn't escaped so there may
+ be some issues with filenames containing spaces and other characters.
</para>
</listitem>
</varlistentry>