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
 [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: Fri Apr 19 16:01:27 2024 UTC