php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25779 ftp_ssl_connect()
Submitted: 2003-10-07 11:02 UTC Modified: 2003-10-13 03:03 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: tom at smediag dot com Assigned:
Status: No Feedback Package: FTP related
PHP Version: 4.3.3 OS: Unix
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
33 + 5 = ?
Subscribe to this entry?

 
 [2003-10-07 11:02 UTC] tom at smediag dot com
Description:
------------
Hello,

I am not sure if everything is ok in ftp_ssl_connect() function ... I am trying to connect ftp server using this function but I cant ... I will be grateful if you can tell me what should I do ... or ... what should I install on the server .

Reproduce code:
---------------
define('AUTO_TXN_HOST', 'ftp.domain.com');

$sftp = ftp_ssl_connect( AUTO_TXN_HOST, 22 ); // problem is in this line

Expected result:
----------------
I should be connected

Actual result:
--------------
Warning: ftp_ssl_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/httpd/my/account/site/script.php

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-07 11:09 UTC] wez@php.net
Assuming that you are using a real ftp server address,
that error suggests that there could be a problem with
your IPv6 support.
Try configuring php using --disable-ipv6 and see if that
helps.
 [2003-10-07 16:26 UTC] pollita@php.net
I notice you're using Port 22.  Are you sure you're trying to access an ftps server and not an sftp server.  (They're not the same thing.)

Port 22 is typically the SSH port (which can also be used for the SSH based sftp protocol).

ftp_ssl_connect() uses the ftps protocol.

 [2003-10-13 03:03 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC