Here is the connection code itself.
<?php $host = "ftp://195.22.XXX.XXX"; $connect = ftp_connect($host); if(!$connect) { echo("Ошибка соединения"); exit; } else { echo("Соединение установлено"); } ?>
And gives this error
Warning: ftp_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/u179140/landmarkstdru/educt/check_server.php on line 3 Ошибка соединения