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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Library improvements
Added support for MLST FTP command, it has taken a lot of time to properly support. Mostly because of laziness (#31)
Allowing to use PASV behind load balancer by allowing to provide a custom listener and a dynamic way to get our IP address (#53 thanks to @marshallbrekka's work)
Added a connection IDLE timeout (#59 thanks to @worddevfr's request)
Modified the ClientContext interface API to allow to provide slightly more info about the client to the driver.
Dropped logrus, replaced it by go-kit/log and allowed to path a logger at server's instantiation (#33)
TLS auth is now added to the tests (#51 thanks to @asv's work)