lrstanley / arlo-dl

:movie_camera: :camera: cli tool for downloading arlo recordings and saving them to a file (add to a cron!)
MIT License
11 stars 0 forks source link

error: permissions of ".arlo-dl.yaml" are insecure: rw-rw-rw-, please use 0600 #3

Closed LuckyTriple7 closed 2 years ago

LuckyTriple7 commented 4 years ago

I get the following error Message on Windows 10:

error: permissions of "C:\Users\XXX\.arlo-dl.yaml" are insecure: rw-rw-rw-, please use 0600

CHMOD is a Linux command, what can i do that i can run the Script at Windows 10 x64 ?

Thank you in advance !

lrstanley commented 4 years ago

Managing permissions in Windows is definitely not as easy, and I'm not familiar with it myself.

The following may help: https://www.online-tech-tips.com/computer-tips/set-file-folder-permissions-windows/amp/

lrstanley commented 4 years ago

Alternatively, could just make this a warning.

LuckyTriple7 commented 4 years ago

Thank you, I think a warning message is the best solotion for Windows.