hey there.
I'm on a virtual host and need to get some big files (100mb and more) from another remote host. I don't have ftp access on the remote host. I have php support on my host but with safe mode on, so a backtick-command using system() or exec() won't work.
How can I get those files to my host using the gigabit speed of my host instead of downloading to my local windows machine and uploading via ftp at 12k/s. ?
If I get those via fopen(), fread() and fwrite() I get a script timeout.
any ideas?