When trying to run the sftpserver in FileServerProtocol.Shell mode i keep getting an out of memory exception. here is the log trace
SftpServer: 1 Error - Info: Error: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.IO.MemoryStream.set_Capacity(Int32 value)
at System.IO.MemoryStream.EnsureCapacity(Int32 value)
at System.IO.MemoryStream.WriteByte(Byte value)
at c_f.c_c5f4a398(Byte[] , Int32 , Int32 )
at c_f.c_a.Write(Byte[] , Int32 , Int32 )
at c_de.c_759a07c9(String , Boolean )
at c_gm.c_8db453d8()
at c_de.c_a5b226c0()
What am i doing wrong
asked 10/24/2019 11:20:55 AM