I\'m trying to write a script that will download files from an FTP server. They\'re all fairly large (nearly 2GB each). The script starts running, but then eventually term
I was having a similar problem and using the following solved it for me.
ftp_pasv($conn_id, TRUE);