SftpServer out of memory exception

0
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
add a comment

1 Answers

0
What is the Platform having that issue? is it .NET CF?
 
answered 10/25/2019 7:50:26 AM
  C# .NET Framework version v4.6 shadley 10/25/2019 4:12:54 PM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged sftp server or ask your own question.