I'm using ftp_get to fetch some files for importing. I've been doing this for quite some time on several machines. I just migrated to a new machine and am now getting strange errors. I'm using PHP 5. I get things like:
Could not open data connection to port 35624: No route to host
the ftp connect seems to work, but when it gets to ftp_get is where this message occurs.
For a different connection I get:
Opening ASCII mode data connection for product.csv(122314510 bytes). in <pathtofile>
Which means what?
Any ideas what I'm missing?
Thanks