Forum Moderators: coopster
I'm trying to copy a file from remote server with copy(), but this usually exceeds 30 sec time limit and I get a fatal error. I'd like to know if there's any other way to solve this than increase time limit. Maybe it is possible to launch a separate thread for this process, so that script wouldn't wait for file being copied. Any suggestions?
Thanks, Justas