Copy large files (over 2 GB) in PHP

前端 未结 6 872
执笔经年
执笔经年 2020-12-09 10:18

I need to copy some big file (6 GB) via PHP. How can I do that? The Copy() function can\'t do it.

I am using PHP 5.3 on Windows 32/64.

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 11:09

    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.

提交回复
热议问题