Tags: bugimetal/sftp
Tags
small bugfix release Fixes issue with unsupported extended packets causing the server to abort the session instead of returning an unsupported error packet. Fix ordering issue with Request.close calls that canceled the context before trying to close the reader and writer.
bugfix and small feature release Fixes pkg#234: fix client deadlock on server death during writes Feature: Added ability to set MaxPacket size for the clients to values outside those accepted by Openssh's SFTP server. To support servers with differing capacities.
New bugfix release. Mainly bug w/ windows volumes. Fixes issue pkg#217; Fix volume name mangling on windows Open-packet's pflags (file opening flags) now saved in Request.Flags since in cases of SSH_FXF_CREAT being set a 0 len Write call is made. Also continuing some refactoring to simplify and clean up the request based code. In this case I removed an unnecessary data structure storing packet data.
New bugfix release. Fixes request-server issues. Fix issue pkg#214; request-server doesn't handle uploads of empty files Fix issue pkg#215; request-server: problem with Request.setFileState() Also a small refactor of the Request struct and how it is stored and updated. Simplifies things and reduces garbage.