pkg / sftp

SFTP support for the go.crypto/ssh package
BSD 2-Clause "Simplified" License
1.52k stars 380 forks source link

Pre-Merge filexfer Bugfixes #438

Closed puellanivis closed 3 years ago

puellanivis commented 3 years ago

As part of rolling out a client implementation with filexfer a number of bugs were found in the filexfer and filexfer/openssh sub-packages. Although they are right now internal/ packages, so cannot be imported by any other go packages, I would rather we not cut a release that has significant bugs in it.

A few other feature improvements are carried over as well, since it’s easier to just import the whole of the filexfer from the other branch rather than piecemeal copying (which would also cause significant merge conflicts).