I need to copy some big file (6 GB) via PHP. How can I do that? The Copy() function can\'t do it.
Copy()
I am using PHP 5.3 on Windows 32/64.
If you want to copy files from one server to another and you have ftp access on both of them, then you can simply use ftp 'put' command on source system and send the big file to the other system easily.