pkg / sftp

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

Add missing errors to request-errors.go #559

Open martin-viggiano opened 1 year ago

martin-viggiano commented 1 year ago

Added errors according to section 9.1 of the SSH File Transfer Protocol RFC.

drakkan commented 1 year ago

Thank you, but we implement protocol version 3, these errors are from protocol version 6