ID: 25779 Updated by: [EMAIL PROTECTED] Reported By: tom at smediag dot com -Status: Open +Status: Feedback Bug Type: FTP related Operating System: Unix PHP Version: 4.3.3 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2003-10-07 11:02:09] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25779&edit=1