mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
9fbf14c5f5
commit
68fc89786a
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue