This is a discussion on ftp_fget works on one server but not another within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi There is an odd problem. The following works fine on one web server, but the same code hangs on ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
There is an odd problem. The following works fine on one web server, but the same code hangs on a different server. I can login but the problem is at the following line. $down=ftp_fget($connect,$handle,$remotefile,FTP_BI NARY); Any ideas why this is happening? Regards John |