1.1.3 • Published 12 months ago

rfsc v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months 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

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago