pkg / sftp

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

Add ablility for server to pass client request info to callers #522

Closed capnspacehook closed 1 year ago

capnspacehook commented 1 year ago

Allows users to build an audit log of what client requests were sent, or take other actions depending on details in client requests.

capnspacehook commented 1 year ago

My mistake, this is indeed inferior to the current RequestServer.