Commit History

Author SHA1 Message Date
  Gert Driesen 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 years ago
  Gert Driesen 34405caa24 BaseClient: 11 years ago
  Gert Driesen cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 years ago
  olegkap_cp f4141de4c9 Upgrade solution to VS.NET 2013 12 years ago
  olegkap_cp e1b2d13a99 Fix SCP to handle root path 12 years ago
  olegkap_cp 4276e4b8e6 Fix ScpClient upload to allow path to include subdirectories 12 years ago
  olegkap_cp 95eeb107a0 Remove EnsureConnection and move its funcionality into Session.SendMessage method 12 years ago
  olegkap_cp 358b08905f Fix and add XML comments 12 years ago
  olegkap_cp 83f3f63c21 Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static 13 years ago
  olegkap_cp dff6259475 Cleanup some TODO and UNDONE comments 13 years ago
  olegkap_cp db3244a3f9 Remove -q flag from SCP commands to avoid crush on systems that do not support it 13 years ago
  olegkap_cp d8fbf2c81b Fix SCP to allow specify folder/path as destination when coping files 13 years ago
  olegkap_cp d551995eb6 Change default buffer size from maximum allowed to 16KB to avoid several buffer related errors 13 years ago
  olegkap_cp 7332af534c Change default buffer size from 1024 * 32 - 38 to 1024 * 32 - 52 13 years ago
  Kenneth_aa_cp 25816b1dd7 ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor. 13 years ago
  Kenneth_aa_cp b81427b86b Added parameter check and documentation for ScpClient.Download(string,Stream). 13 years ago
  olegkap_cp f8faabddda Fix WindowAdjusment for SCP and SFTP 13 years ago
  olegkap_cp efa9d91f19 Add PipeStreamTest 14 years ago
  olegkap_cp d96c93abb2 Minor fix to ASCIIEncoding 14 years ago