For those of you that see this for the first time and might be discouraged from having to compile PHP, please take a look at this page: http://www.deciacco.com/blog/archives/124
![]() |
|
||||||||||
|
ftp_ssl_connectОписаниеresource ftp_ssl_connect ( string host [, int port [, int timeout]] )
ftp_ssl_connect() устанавливает соединение с FTP
сервером, заданным аргументом
Список параметров
Примеры
ftp_ssl_connect
contact dot removethis at deciacco dot com
16-Oct-2007 10:00
For those of you that see this for the first time and might be discouraged from having to compile PHP, please take a look at this page: http://www.deciacco.com/blog/archives/124
none
09-Feb-2005 07:24
I wasted a lot of time trying to get FTP over SSL/TLS working in PHP on Windows OS (with precompiled SSL PHP-packages etc.). However, it never worked for me.
philip at php dot net
15-Jul-2004 06:08
Since ftp_ssl_connect() requires SSL compiled into PHP, Windows users will need to compile their own PHP this way or download it from another source. Here's one such (and trusted) source:
moolder at gmx dot net
21-Jan-2004 06:56
Just remember: SSL FTP != SFTP |