You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a log lived application, when a vfs sftp backend filesystem falls out of scope, it doesn't disconnect the underlying ssh connection to remote server. The connections are only severed by restarting the either the calling application or the sftp server.
As a user of the vfs library, I expect that once I've completed my SFTP operations, I have a way to disconnect my ssh connection to the server.
We should ensure that:
A user has a way to explicitly disconnect the connection from a sftp backed to a server
sftp backend auto-disconnects after 10 seconds of disuse. This value should be configurable via options.
The text was updated successfully, but these errors were encountered:
In a log lived application, when a vfs sftp backend filesystem falls out of scope, it doesn't disconnect the underlying ssh connection to remote server. The connections are only severed by restarting the either the calling application or the sftp server.
As a user of the vfs library, I expect that once I've completed my SFTP operations, I have a way to disconnect my ssh connection to the server.
We should ensure that:
The text was updated successfully, but these errors were encountered: