lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 85 forks source link

Limit number of connections #275

Open trombini77 opened 5 years ago

trombini77 commented 5 years ago

Hi, today while I was configuring this vscode extension I had to stop it uses because of a missing of one set to limit the number of connection with the remote ftp server. This limit is necessary because many ftp in shared hosting providers have a limit of connections (include of the same IP source). With the debug switch on was possible to see that each new update to auto sync the extension makes a new connection, but not release the others that made before (unless the server close it because of timeout). So at this moment I can not use this extension because the missing of this feature and here goes my suggestion to add it. Any doubt or if I said something that is not true please let me know. Thanks.