Azure FX .Net Core C# GetFile Stream fails: WinSCP.StdOutException: 'Unexpected data'
Trying to stream download a 2.5gb zip file via SFTP from an Azure FX .Net 8 project using WinSCP 6.3.4
Exception thrown in
Seems when looking for "download" element in XML file?
Exception thrown in
Session
:
if (_throwStdOut && _process.StdOut != null && _process.StdOut.ReadAvailable(1)) { Logger.WriteLine("Got data"); throw new StdOutException(); }