Working with ftp

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mon
Forum Newbie
Posts: 2
Joined: Thu Mar 13, 2003 5:50 am

Working with ftp

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

what ftp server software is running at the remote side (is it capable of ssl) ?
mon
Forum Newbie
Posts: 2
Joined: Thu Mar 13, 2003 5:50 am

Post by mon »

Sorry, I've confused with ports... It works well.

Thanks.
Post Reply