Tags: austinyoo-pp/sftp
Tags
refactor opening files/dirs in request-server Minor version bump due to a pretty heavy refactoring of the request-server's handing of open packets. It now calls through to the handler to initialize the reader/writer/lister objects when it receives the open packet. This should be transparent and was done in relation to a bug fix, but it is a pretty major refactor so the minor version bump. Fixed pkg#280; Request.WithContext() deadlock when called from handler
Bugfixes, docs and concurrent request option - Fixes This created an unwanted C-go dependency. Plan to replace it with an callback/option. Make sure to cancel context on requests with reader/writers that support io.Closer. - New features Started improving documentation of Request based server.
new MkdirAll; fixes for fsetstat, attributes, list Client.MkdirAll method mirroring os.MkdirAll Fix pkg#243, flags and attributes not being set for fsetstat calls in request server Fix pkg#245, request server attributes methods now use exported types Fix pkg#240, fix issue with request server file list returning early
PreviousNext