Jump to content

Connect via FTP.


sepoto

Recommended Posts

<?php $ftp_server = "dailysportsguide.com"; $conn_id = ftp_connect($ftp_server) or die("Couldn't connect to $ftp_server");?>I am able to connect to this host by using FileZilla. When I run this PHP code on my GoDaddy server it dies. It does not connect. Does anyone know how to troubleshoot this type of connection.Thank you

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...