plfsp
v0.0.5
Published
__PromisLab FileStore Placer__ (_plfsp_) - CLI application for downloading and placing files from [FileStore](https://fs.promislab.ru).
Downloads
2
Readme
plfsp
PromisLab FileStore Placer (plfsp) - CLI application for downloading and placing files from FileStore.
Platform build
pkg . --target node16
Install
$ npm i --global plfsp
Update from npm as NodeJs package
$ npm i --update --global plfsp
CLI
$ plfsp --help
Usage
$ plfsp
...
Config file structure
{
"files": {
"temp.txt": {
"id": "1234567890"
},
"folder/temp2.txt": {
"id": "0987654321"
}
},
}