Posted by Vladimir Ghetau on 11/03/07 01:44
Mike,
Learn about these two PHP functions:
stream_set_blocking()
stream_set_timeout()
Cheers!
Vladimir
http://www.Vladimirated.com
On Nov 2, 3:28 pm, MikeofPet <mike.g...@comcast.net> wrote:
> I am trying to implement FTP in a PHP script but am unable to make the
> connection to the remote server. The connection step times out at the
> fsockopen function. I am not sure if it is relevant but PHP is
> configured with "allow_url_fopen" ON. I am able to do an FTP connect
> using an FTP client and using the same host/username/password
> parameters.
>
> Any ideas would be appreciated.
>
> Thanks
[Back to original message]
|