Why would ftp_connect() fail on production server if it works elsewhere for connecting to the same F

Posted by letseatfood on Stack Overflow See other posts from Stack Overflow or by letseatfood
Published on 2010-06-07T07:32:05Z Indexed on 2010/06/07 7:42 UTC
Read the original article Hit count: 107

Filed under:
|

I have a script that uses ftp_connect() among other FTP PHP functions for uploading a file.

ftp_connect() works when executed on my local development server for connecting to a remote FTP server. The same script, when executed on the remote server does not work for connecting to the exact same FTP server.

Could somebody please point me in the right direction?

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about ftp