Download file from server.
download_file( string $file ) : void
$file (string) (Required) The path to file.
No value is returned.
download_file(BASEDIR.'path/to/file.zip');