From 68fc89786a6f9b27a27d5a6c77b0ff3b84e04a91 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Fri, 13 Nov 2009 20:23:40 +0000 Subject: [PATCH] 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 --- reference/ftp/functions/ftp-ssl-connect.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/ftp/functions/ftp-ssl-connect.xml b/reference/ftp/functions/ftp-ssl-connect.xml index ca7c9855fc..501d3ced64 100644 --- a/reference/ftp/functions/ftp-ssl-connect.xml +++ b/reference/ftp/functions/ftp-ssl-connect.xml @@ -27,6 +27,12 @@ function available on Windows you must compile your own PHP binaries. + + + ftp_ssl_connect is not intended for use with sFTP. + To use sFTP with PHP, please see ssh2_sftp. + + &reftitle.parameters;