You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix and small feature release.
First release in some time. Fixing lots of bugs and adds a few new
features. Below are the highlights.
Features:
* [pkgGH-301] support rename extension for server
* [pkgGH-332] Added a ClientOption to determine whether to use Fstat or Stat
* [pkgGH-315] make SFTP extensions configurable
Bugfixes:
* [pkgGH-291] Wrong S_IFMT mask when converting filemode bits to os.FileMode
* [pkgGH-295] sftp resume produces corrupted files
* [pkgGH-298] Extensions are not announced by the server
* [pkgGH-329] fix S_IFMT value on windows, plan9 and js/wasm
* [pkgGH-325] Request.Attributes() panics when called with the Attr slice empty
* [pkgGH-309] fix: received packet too long
Thanks to all the contributors. Your time and patience is appreciated.