Releases: fclairamb/ftpserverlib
Releases · fclairamb/ftpserverlib
v0.17.0
v0.16.0 - Security feature
v0.15.0
- #247 by @drakkan - Notify of a transfer error if data connection cannot be opened
- #248 by @mmcgeefeedo Add data channel (active/passive) information to the ClientContext interface
- #249 - Switching to fclairamb/go-log to provide a common logging API
v0.14.0 - Custom error codes
- #243 Custom error codes by @drakkan & @FunnyGamer
- (#242 coverage improvement by @drakkan)
v0.13.2 - Fixes
Two fixes:
- #327 by @ottodashadow - We cannot
CD
to a file anymore - #328 by @ottodashadow -
MLSD
andMLST
are now returning UTC dates
v0.13.1 - PASV parsing fix
v0.13.0 - Client certificate authentication
- #232 - Client certificate authentication
v0.12.0 - @drakkan's release
v0.11.0 - Fixes and features
Various updates:
- #195 - Bugfix around
STAT
response code (by @drakkan) - #196 - Added support for hash commands (by @drakkan)
- #197 - Exposing last received FTP command (by @drakkan)
- #199 - Bugfix around
MFMT
command - #198 - Added
AVLB
command to provide the available space (by @drakkan) - #202 - Bugfix around
STOR
command in case of error - #203 - Added
COMB
command to combine files into one (by @drakkan) - #204 - Allowing to disable
SYST
andSTAT
commands (by @drakkan) - #205 - Added
SITE MKDIR
andSITE RMDIR
commands