Hello--
I am stumped after trying to invoke a variety of FTP commands and getting nowhere.
First off: I am using PHP 5.2.3 with Windows and Apache 2.2. I checked phpinfo and the following parameters apply:
- allow_url_fopen is "on"
- ftp support is "enabled"
I have tried a range of scripts including those using the FTP extension and have also tried using filesystem commands and the FTP wrapper. Either way, I haven't been able to make a connection or retrieve any data ... either my browser hangs, or the server simply returns an empty page.
I've begun to wonder if there's some parameter in my Apache httpd.ini file that is blocking connectvity. Any thoughts?
Apols if this is the incorrect forum -- I would be glad to cross-post if there is a more appropriate one.