Tag Archives: copy

Copy File from Website to Website with a PHP Script

Sometimes you might need to copy a big file to your website. Usually, you would simply upload it with an FTP client, but when you have the file already on another website, it would be much faster to just copy the file directly from your another website straight to your website with a direct connection. As well, you might need to extract the file after it has been copied. I’ll consider an example where you have to copy the WordPress web software zip file to your website. The script here is written with PHP and runs on a Linux platform.… [Full Article]

Posted in Web Hosting | Also tagged , | 4 Comments