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