Fublin,
$fileRemotePath = 'http://site.ru/file.zip';
$fileLocalPath = __DIR__.'/file.zip';
`wget $fileRemotePath -c -O $fileLocalPath`; Fublin,
$fileRemotePath = 'http://site.ru/file.zip';
$fileLocalPath = __DIR__.'/file.zip';
`wget $fileRemotePath -c -O $fileLocalPath`;