Re: [PHP] FTP Error

2007-01-19 Thread Jim Lucas
> Warning: ftp_put(): php_connect_nonb() failed: No route to host (65) in > /home/beachgla/public_html/catalog/update/index.php on line 475 This tells me that you are unable to find/connect to the "ftpServer" that you are giving ftp_connect() I am wondering if your conditional was not working

[PHP] FTP Error

2007-01-19 Thread Eddie Schnell
Description: Warning: ftp_put(): php_connect_nonb() failed: No route to host (65) I get this error with the reproduce code. it also says Warning: ftp_put(): Type set to I. It is not uploading the file correctly. i have php 4.4.1 on iPowerWeb's server, so no upgrade is possible. Th