PHP FTP 1.1

A freeware script enabling PHP scripts to make FTP connections

Download | Requirements | Limitations | Security | Usage Examples

Connection Failed - Login Failed

PHP FTP opened a TCP/IP connection to the desired host server, but the FTP login failed.

Possible Causes and Remedies
  • You misspelled your username or password: Verify the spelling and try again.
  • FTP service is not available for your username and password: Your username and password may be valid for some services such as telnet, email, etc., but not for FTP, or you may need to use a different username and password for FTP. Verify with the administrator of the server to which you are attempting to connect whether your username and password have FTP access.