liximomo / vscode-sftp

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

[Feature request] Sync to multiple host with once saved. #900

Open mean-cj opened 3 years ago

mean-cj commented 3 years ago

Is this a similar or duplicate feature request?

Hello , Thank you for the excellent project.

I will recomment feature support sync to multiple host with onec save. it very easy for upload to multiple host.

because the profiles feature , can upload only selected profile. and Multiple Context feature, not work with the same root path

[
  {
    "name": "server1",
    "context": "project/",
    "host": "host1",
    "username": "username",
    "password": "password",
    "remotePath": "/remote/project/"
  },
  {
    "name": "server2",
    "context": "project/",
    "host": "host2",
    "username": "username",
    "password": "password",
    "remotePath": "/remote/project/"
  }
]

Thank you so much. CJ.

Does this project help you?

jaaviercr commented 2 years ago

+1 👍 It would be very useful :)

mxmihai commented 2 years ago

+1 👍 VERY useful!