liximomo / vscode-sftp

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

SFTP not working with VPN and HOTSPOT #1010

Open ynsbleng opened 1 year ago

ynsbleng commented 1 year ago

When I connect my laptop directly to my router the plugin works fine, once I switch to VPN or use my phone's internet connection shared via Mobile Hotspot the plugin stops working and keeps loading indefinitely.

jdanign commented 1 year ago

It seems that the connection is established when Visual Studio Code starts and the extension is loaded. When switching to the VPN, the data with which the FTP connection was started is no longer the same.

It would be interesting to add a button or command to easily restart the FTP connection.