Pointed out by a colleague who confused sFTP with FTP-via-SSH. Added to reduce confusion for others.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290690 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2009-11-13 20:23:40 +00:00
parent 9fbf14c5f5
commit 68fc89786a

View file

@ -27,6 +27,12 @@
function available on Windows you must compile your own PHP binaries.
</para>
</note>
<note>
<para>
<function>ftp_ssl_connect</function> is not intended for use with sFTP.
To use sFTP with PHP, please see <function>ssh2_sftp</function>.
</para>
</note>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;