Upload data from memory to SFTP server using SSH.NET
问题 I am hoping to write PDF's directly to SFTP site. The PDF's are generated from ReportExecutionService.Render (SSRS). ReportExecutionService rsExec = new ReportExecutionService(); I have been able to write the files locally using FileStream . I am generating millions of files, so I am hoping to write them directly on SFTP using SSH.NET. What is the syntax for taking the rsExec.Render result and writing to SFTP using SSH.NET? string deviceInfo = null; string extension; string encoding; string