How can I transfer a file (from http link) to my web hosting server via PHP script?

$MyFile="http://myserver1.com/dir/file.zip";
$Server2="my/archive/";

How to get that file? and How can I store it into my another server's local directory?

Please help me to solve this!

Any sample, reference, or link is OK?

Thanks in advance.