Quote:
Originally Posted by HiresAli
I did everything, but i got an error message:
Warning: ftp_connect() [function.ftp-connect]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/webftp/includes/filesystem.inc.php on line 53
An error has occured
Unable to connect to FTP server on port 21.
What did i wrong?
Debian 5
Ispconfig 3.0.1.1
|
Point 31
Code:
$ftp_server=trim($_GET['servername'], '"');
should be
Code:
$ftp_server=trim($_GET['servername'], '\"');