无法通过ftp_connect()连接到我的FTP服务器

时间:2011-10-22 20:58:25

标签: php ftp connect

ftp_connect()我遇到了一些问题;我无法通过ftp.localhost或ftp.edgren.myftp.org连接到我自己的FTP服务器。我尝试连接时收到此错误消息:

Warning: ftp_connect() [function.ftp-connect]: php_network_getaddresses: getaddrinfo failed: No such host is known. in ...

我使用此代码:$conn_id = ftp_connect('ftp.localhost') or die("Couldn't connect to localhost");

有什么问题?我使用基本的FTP服务器程序Wing FTP Server来托管我的服务器。

提前致谢。

1 个答案:

答案 0 :(得分:0)

尝试连接到127.0.0.1。 Localhost只是该IP的别名,因此如果localhost不起作用,则IP将为。