Page 1 of 1

Working with ftp

Posted: Thu Mar 13, 2003 5:50 am
by mon
Hi,

I've just started with PHP and I've tried with ftp_connect function and it works well.
Does anybody have used ftp_ssl_connect?
When I replace the first function by the second one, it doesn't not connect, but there is no error.

I'm using PHP 4.3.1 with SSL Support enabled.

Regards. Montse

Posted: Thu Mar 13, 2003 5:57 am
by volka
what ftp server software is running at the remote side (is it capable of ssl) ?

Posted: Fri Mar 14, 2003 6:16 am
by mon
Sorry, I've confused with ports... It works well.

Thanks.