DataSift\Storyplayer\OsLib\SupportedOs::downloadFile PHP Method

downloadFile() public method

download a file from a (possibly) remote host to wherever Storyplayer is running
public downloadFile ( HostDetails $hostDetails, string $sourceFilename, string $destFilename ) : void
$hostDetails HostDetails the details of the host to upload to
$sourceFilename string path to the file to download
$destFilename string path to download the file to
return void
    public function downloadFile($hostDetails, $sourceFilename, $destFilename);