Historial de Commits

Autor SHA1 Mensaje Fecha
  Gert Driesen bd801990d5 Only use methods available in .NET 3.5 (and higher). hace 8 años
  Gert Driesen 0a1a031fc1 Add support for non-ascii characters to ScpClient. hace 8 años
  Gert Driesen 87a45a8f52 Move past beta2. hace 8 años
  Gert Driesen b34e1c05a4 Do not set DEBUG and TRACE for Release config. hace 8 años
  Gert Driesen 8f777f1fc7 SftpClient: Document that the following overloads create the specified file if it does not already exist: hace 8 años
  Gert Driesen 1b21b6dd14 To improve compatibility of SftpClient with System.IO.File, the following methods now use UTF-8 encoding without a Byte-Order Mark (BOM): hace 8 años
  Gert Driesen 79c9a4baea SftpFileStream: Position in stream should be left untouched when clearing read buffer. hace 8 años
  Gert Driesen 68c1e59920 Merge pull request #272 from sshnet/sftpclient-setlength hace 8 años
  Gert Driesen 30054463e1 Sync project file. hace 8 años
  Gert Driesen 9444f21461 Added more tests for SftpFileStream.SetLength(long). hace 8 años
  Gert Driesen 7bc67f3aca Harden tests. hace 8 años
  Gert Driesen 48205c7f6d Improve SetLength compatibility with FileStream: hace 8 años
  Gert Driesen f38c7ce3af SftpFileStream: In Append mode, create the remote file if it does not already exist. hace 8 años
  Gert Driesen c2552e4e4b SftpFileStream: hace 8 años
  Gert Driesen ea36b240aa Reduce allocations. hace 8 años
  Gert Driesen b4841baa10 Do not create a List. hace 8 años
  Gert Driesen e30319a848 Sync project files. hace 8 años
  Gert Driesen 36f94c26cc Move StatVfsResponse to tests. hace 8 años
  Gert Driesen b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. hace 8 años
  Gert Driesen e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). hace 8 años
  Gert Driesen 9ecfa0d38c Refactor loading of a response to an extended request (SSH_FXP_EXTENDED): hace 8 años
  Gert Driesen 3e1dd2d345 Added CryptoAbstraction.GenerateRandom(int length) method. hace 8 años
  Gert Driesen f90131229a Fix doc. hace 8 años
  Gert Driesen 216f364587 Update comments. hace 8 años
  Gert Driesen 385b8a6c28 Increase initial window size for SSH channels from 2 MB to 2147483647 (2^31 - 1) bytes. hace 8 años
  Gert Driesen cc04517efd Use BE methods on Pack. hace 8 años
  Gert Driesen 7c05bd19ba Increase max. SSH packet size back to 68536 (64 KB + 3000). hace 8 años
  Gert Driesen ea47d9db98 Fix xml doc. hace 8 años
  Gert Driesen e86fd18b21 Limit size of SSH packet to 35.000 bytes. hace 8 años
  Gert Driesen fa640e12a5 Improve documentation of LocalPacketSize. hace 8 años