liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

Fix Writing CHANNEL_DATA (0) / Writing FSETSTAT #948

Closed faustort closed 2 years ago

faustort commented 3 years ago

This fix [debug] Writing CHANNEL_DATA (0) / [debug] Outgoing: Writing FSETSTAT on upload forever in servers like Cloudways and possible others. After upgrade ssh2 package and run npm install I was able to fix this problem and others like: https://github.com/liximomo/vscode-sftp/issues/541 https://github.com/liximomo/vscode-sftp/issues/938 https://github.com/liximomo/vscode-sftp/issues/857 https://github.com/liximomo/vscode-sftp/issues/847 https://github.com/liximomo/vscode-sftp/issues/835

rhathas commented 3 years ago

didn't solve my problem which is same as ##541