1.1.3 • Published 3 years ago

rfsc v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Description

This package is used to monitor changes to local files and update the server in real-time.remote-file-sync.

Installation

npm i rfsc -g

Examples

Configure rfscconfig.json

    {
        "watchDir": "./monitor", 
        "targetDir": "C:\\project", 
        "connectConfig": {
            "host": "127.0.0.1",
            "username": "Administrator",
            "password": "password",
            "keepaliveInterval": "30000"
        },
        "ignoreFile": [".github", ".gitignore", "test"]
    }

Configuration details

watchDir : Files or folders that need to be listened to, default to the current directory.
targetDir : Need to push to the target folder on the target computer.
connectConfig : Configure Server Login.

host : Host of the server.
username : User name, most default to Administrator.
password : Password.
keepaliveInterval: "30000" : keepalive ignoreFile : Files that need to be monitored and ignored.

Start Project

rfsc

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago