liximomo / vscode-sftp

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

Easier upload to multiple hosts/destinations #807

Open ajiratech2 opened 4 years ago

ajiratech2 commented 4 years ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe. The SFTP upload feature works quite well. However, the problem is that one needs to set the destination first ('sftp: set profile' and then choose the destination ) and then do an upload (sftp: SYNC local -> remote). When I need to upload to another Server, I need to change the profile first and then do the upload again. It quickly gets tiring during development when you want to upload the code to multiple Test servers.

Describe the solution you'd like If the menu operation can be changed a little - STEP 1 - "sftp: SYNC local -> remote" and it provides a list of all destination hosts where the SYNC can be done. And maybe a last automatic option of "All hosts".

Describe alternatives you've considered I've looked for alternatives but could not find any that worked. I've considered DEPLOY, but that didn't work either.

Does this project help you?

mooreaa commented 3 years ago

I would add that it would be nice to be able to deploy simultaneously to multiple hosts.