AspectUnk / russh-sftp

SFTP subsystem supported server and client for Russh
Apache License 2.0
62 stars 21 forks source link

When should I release the file handles? #41

Closed MarkusTieger closed 2 months ago

MarkusTieger commented 2 months ago

The "open" and "opendir" function does exist in russh_sftp::server::Handler. But there is no such function to close these handles.