Azure FX .Net Core C# GetFile Stream fails: WinSCP.StdOutException: 'Unexpected data'

Advertisement

martysupple
Guest

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 Session:
if (_throwStdOut && _process.StdOut != null && _process.StdOut.ReadAvailable(1))
{
   Logger.WriteLine("Got data");
   throw new StdOutException();
}
Seems when looking for "download" element in XML file?
  • log_debug.txt (58 KB, Private file)
Description: Debug log attached

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
41,321
Location:
Prague, Czechia

Re: Azure FX .Net Core C# GetFile Stream fails: WinSCP.StdOutException: 'Unexpected data'

Please post both debug and session logs (Session.SessionLogPath and Session.DebugLogPath).

Reply with quote

Advertisement

You can post new topics in this forum