Coded Container
Coded Container

Reputation: 863

How To Sync Visual Studio Code Local Files With Mapped File Server?

Here is a simple description of my problem. If you need more information please inquire.

I am not seeing any way that you would be able to sync files from my local computer to another file server. Is there a way that this would be possible using Visual Studio Code and a mapped network drive file server? https://marketplace.visualstudio.com/search?term=sync&target=VSCode&category=All%20categories&sortBy=Relevance

Upvotes: 4

Views: 28063

Answers (1)

Lewis Browne
Lewis Browne

Reputation: 932

You can sync files to another machine via a plugin called 'ftp-sync' this will allow you to send files to a destination via the FTP or SFTP protocol. This plugin also allows automatic upload on save (which is awesome).

See Url: https://marketplace.visualstudio.com/items?itemName=lukasz-wronski.ftp-sync

Upvotes: 7

Related Questions