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

uploadFile() public method

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