Re[2]: [PHP] Copy Remote File to Local Server

2005-07-15 Thread Richard Davey
Hello Matt, Saturday, July 16, 2005, 3:31:26 AM, you wrote: MP> I don't have access to edit the php.ini settings. Is there anyway to MP> copy part of the file, then copy the rest where it left off? [ Note: Please reply to the mailing list - not to me personally ] The suggestion I gave you does

Re: [PHP] Copy Remote File to Local Server

2005-07-15 Thread Matt Darby
Wouldn't something like rsync be better suited for this? I only ask because I've run something like this before... Matt Darby Richard Davey wrote: Hello Matt, Saturday, July 16, 2005, 3:04:29 AM, you wrote: MP> I am writing a script that will read a file from a remote server MP> and write it

Re: [PHP] Copy Remote File to Local Server

2005-07-15 Thread Richard Davey
Hello Matt, Saturday, July 16, 2005, 3:04:29 AM, you wrote: MP> I am writing a script that will read a file from a remote server MP> and write it to the local server. It works fine except when large MP> files are attempted. It times out and gives the error that the MP> maximum execution time has

[PHP] Copy Remote File to Local Server

2005-07-15 Thread Matt Palermo
I am writing a script that will read a file from a remote server and write it to the local server. It works fine except when large files are attempted. It times out and gives the error that the maximum execution time has been reached and the file will only be partially copied to the local ser