PowerTCP SSH and SFTP for .NET V7.0.1.0

Released: Nov 30, 2023

V7.0.1.0 での更新項目

機能

  • To more accurately reflect property functionality, 'Optimizations.ReadAheadBuffers' has been marked obsolete and 'Optomizations.ReadBuffers' added to replace it.
  • Both 'Optimizations.ReadAheadBuffers' and 'Optimizations.ReadBuffers' have been clamped to a minimum value of 1.
  • An 'ArgumentOutOfRangeException' will now be thrown if a value less than 1 is provided to 'Optimizations.ReadBuffers'.

不具合の修正

  • Resolved an issue where a file downloaded would be 0 bytes long if 'Sftp.Optimizations.ReadAheadBuffers' was set to 0.