2014-02-26
CentOS6 php 無法使用 ftp_connect 的解決辦法
雖然常常遇到,但每每遇到又會忘記,所以在此筆記。
在 Security Enhanced Linux 下,Apache 可能不能如你原來習慣的方式使用。
在 PHP 下,當你遇到連 connect 都會失敗時
<testftp.php>
$conn_id = ftp_connect($ip,$port,$timeout);
if (!$conn_id)
{
print "FTP connect failed!!";
exit();
}
閱讀更多 »
較新的文章
首頁
訂閱:
文章 (Atom)