vrana Tue Apr 5 10:21:30 2005 EDT
Modified files: /phpdoc/en/reference/ftp/functions ftp-get.xml ftp-pasv.xml ftp-put.xml Log: ftp_pasv() and firewall http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-get.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/ftp/functions/ftp-get.xml diff -u phpdoc/en/reference/ftp/functions/ftp-get.xml:1.10 phpdoc/en/reference/ftp/functions/ftp-get.xml:1.11 --- phpdoc/en/reference/ftp/functions/ftp-get.xml:1.10 Thu Jan 20 13:11:54 2005 +++ phpdoc/en/reference/ftp/functions/ftp-get.xml Tue Apr 5 10:21:29 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <refentry id="function.ftp-get"> <refnamediv> <refname>ftp_get</refname> @@ -134,6 +134,7 @@ &reftitle.seealso; <para> <simplelist> + <member><function>ftp_pasv</function></member> <member><function>ftp_fget</function></member> <member><function>ftp_nb_get</function></member> <member><function>ftp_nb_fget</function></member> http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-pasv.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/ftp/functions/ftp-pasv.xml diff -u phpdoc/en/reference/ftp/functions/ftp-pasv.xml:1.6 phpdoc/en/reference/ftp/functions/ftp-pasv.xml:1.7 --- phpdoc/en/reference/ftp/functions/ftp-pasv.xml:1.6 Sun Jan 16 00:09:23 2005 +++ phpdoc/en/reference/ftp/functions/ftp-pasv.xml Tue Apr 5 10:21:30 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.ftp-pasv"> <refnamediv> <refname>ftp_pasv</refname> @@ -16,6 +16,7 @@ <function>ftp_pasv</function> turns on or off passive mode. In passive mode, data connections are initiated by the client, rather than by the server. + It may be needed if the client is behind firewall. </para> </refsect1> <refsect1 role="parameters"> http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-put.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/ftp/functions/ftp-put.xml diff -u phpdoc/en/reference/ftp/functions/ftp-put.xml:1.8 phpdoc/en/reference/ftp/functions/ftp-put.xml:1.9 --- phpdoc/en/reference/ftp/functions/ftp-put.xml:1.8 Sun Jan 16 00:09:23 2005 +++ phpdoc/en/reference/ftp/functions/ftp-put.xml Tue Apr 5 10:21:30 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.ftp-put"> <refnamediv> <refname>ftp_put</refname> @@ -130,6 +130,7 @@ &reftitle.seealso; <para> <simplelist> + <member><function>ftp_pasv</function></member> <member><function>ftp_fput</function></member> <member><function>ftp_nb_fput</function></member> <member><function>ftp_nb_put</function></member>