public void Should_DownloadMedia() { var filePath = "C:\\medias\\output.avi"; var media = sftpClient.DownloadMedia("/content/media.avi"); FileHelper.SaveFile(media, filePath); }
public Stream DownloadMedia(string remotePath) { return(deployer.DownloadMedia(remotePath)); }