1.2.12 • Published 4 years ago

watchtor v1.2.12

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

watchtor

Description

Some hot folder services doesn't work with network dir. This app works like a proxy. It listen a source directory for an addition of files which have a given extension.

If a new file addition is detected, then this file is moved to the destination directory

Install

npm install watchtor -g

Usage

$ watchtor --help

   watchtor x.y.z

   USAGE

     watchtor <fromDir> <toDir> <extension>

   ARGUMENTS

     <fromDir>        Files from directory          required
     <toDir>          Move to directory             required
     <extension>      filter on this extension      required

   GLOBAL OPTIONS

     -h, --help         Display help
     -V, --version      Display version
     --quiet            Quiet mode - only displays warn and error messages
     -v, --verbose      Verbose mode - will also output debug messages

Example

$ watchtor /my/src/path /my/dst/path torrent

Install as a Service

To install watchtor as a SystemD service, use the file watchtor.service given in this distribution. Substitute all variables "<...>" by their values.

$ sudo systemctl enable watchtor
$ sudo systemctl start watchtor
$ sudo systemctl stop watchtor
$ sudo systemctl restart watchtor
1.2.9

4 years ago

1.2.12

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago