Giter VIP home page Giter VIP logo

vscode-ftpfilessync's Introduction

ftpfilesync README

Auto save project files with FTP server when saving a file.
Only the saved file will be send.

Extension Settings

Settings can be put en global settings, but user settings.json file inside the .vscode folder is better.

  • ftpfilesync.enabled : Enable or disable ftpFileSync for this workspace. Workspace need to be reloaded to take effect.
  • ftpfilesync.host : Ftp host
  • ftpfilesync.user : Ftp user
  • ftpfilesync.password : Ftp password
  • ftpfilesync.port : Ftp port
  • ftpfilesync.rootPath : Path to the root of the project, from the FTP root folder without trailing slash (exemple : "www/site")
  • ftpfilesync.ignorePath : Array of paths to ignore (use Regex) (exemple : ["my/ignored/folder", "my/ignored/file.txt"])

Known Issues

For some reason, ftp.put need to be called twice or it could ignore the put command. So file can be send 2 time in a row.
No unit test. I'm bored and maybe I will do them later.

vscode-ftpfilessync's People

Contributors

bthiebaut avatar strrato avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.