php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #15725 SSL support in FTP
Submitted: 2002-02-26 02:41 UTC Modified: 2002-11-23 14:34 UTC
From: g dot krist at chello dot nl Assigned: wez (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 4.1.1 OS: Linux 2.4.7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: g dot krist at chello dot nl
New email:
PHP Version: OS:

 

 [2002-02-26 02:41 UTC] g dot krist at chello dot nl
Hello guys,

I'm a big PHP lover. But i'm missing one feature in it actually. Which I think is getting more and more imporant. At my work we work a lot with SSL connections. But PHP doesn't seems to support SSL ftp connections (ftp_connect). Will it be built in feature? Or is there a work around for it?

I would be greatfull :)


Greetings,
G. Krist

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-26 05:26 UTC] hholzgra@php.net
for now you have to use the cURL extension for that
(http://php.net/curl), it has FTP support and if 
compiled with SSL it should be able to do FTP with
SSL afaik


 [2002-02-26 09:27 UTC] wez@php.net
I'll see if I can add support for this using the new SSL streams.

--Wez.
 [2002-11-23 14:34 UTC] wez@php.net
Thanks to Stefan, this is in PHP 4.3.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC