PHP FTP 1.1

A freeware script enabling PHP scripts to make FTP connections

Download | Requirements | Limitations | Security | Usage Examples

Connection Failed - Unknown Host

DNS lookup of the server you specified failed.

Possible Causes and Remedies
  • You have misspelled the name of the server to which you are attempting to connect: Verify the spelling.
  • DNS for the server to which your attempting to connect is currently unavailable: Wait till DNS becomes available again.
  • DNS service is unavailable to the server from which you are attempting to open a FTP connection: Contact your hosting provider to verify that the function "gethostbyname" is available to PHP scripts (ask the following question at the same time).
  • Outbound DNS queries from your server are blocked by a firewall: Contact your hosting provider to verify that DNS requests from scripts running on your server are not being blocked.