thephpleague / flysystem

Abstraction for local and remote filesystems
https://flysystem.thephpleague.com
MIT License
13.23k stars 825 forks source link

Add ability to manually disconnect for Sftp driver #1758

Closed hasfoug closed 2 months ago

hasfoug commented 3 months ago

Exposed ConnectionProvider in SftpAdapter via geter, added disconnect method in SftpConnectionProvider

Related issues: https://github.com/thephpleague/flysystem/issues/1660 https://github.com/thephpleague/flysystem/issues/1757

frankdejonge commented 2 months ago

Superseded by #1763