Secure File Trasnfer?

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
MattSharp
Forum Commoner
Posts: 62
Joined: Wed Apr 24, 2002 2:25 pm

Secure File Trasnfer?

Post by MattSharp »

I noticed there is a function called ftp_ssl_connect. This funtion is not defaultly setup to work with PHP though? What is required to enable this function and are there any alternatives to send files to a secure FTP?
MattSharp
Forum Commoner
Posts: 62
Joined: Wed Apr 24, 2002 2:25 pm

Post by MattSharp »

Anyone..............
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Out of curiousity, if the manual told you that it's not setup by default (I'm assuming that's how you got this information) , didn't the manual also tell you what you needed to do to get it working?

Some help I am eh? :twisted:

Seriously though, take a look at this link.

http://www.zend.com/manual/function.ftp-ssl-connect.php

Remember, Google, the manual, and mod-rewrite are your freinds.

Cheers,
BDKR
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Obviously you need a SSL which cost, for me, loads.
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Code: Select all

Obviously you need a SSL which cost, for me, loads.
You must be using Windows. I got it for free.

Cheers,
BDKR
Post Reply