dgrant / eyefiserver2

A standalone Eye-Fi server in Python, for Linux
GNU General Public License v3.0
140 stars 40 forks source link

File mode in decimal #12

Open robin13 opened 10 years ago

robin13 commented 10 years ago

The file mode in configuration file is noted in decimal... It took me quite a while to figure this out as in all other unix applications filemode is noted in octal (e.g. 755, 644, ...) or a character representation (u+rw). At the least it should be documented in the example configuration so that an octal->decimal conversion can be made by the user.

Cheers! -Robin-

dgrant commented 10 years ago

ugh, that's weird, I hadn't realized that. Thanks for reporting.

On Thu, May 29, 2014 at 11:42 PM, Robin Clarke notifications@github.com wrote:

The file mode in configuration file is noted in decimal... It took me quite a while to figure this out as in all other unix applications filemode is noted in octal (e.g. 755, 644, ...) or a character representation (u+rw). At the least it should be documented in the example configuration so that an octal->decimal conversion can be made by the user.

Cheers! -Robin-

— Reply to this email directly or view it on GitHub https://github.com/dgrant/eyefiserver2/issues/12.

David Grant http://www.davidgrant.ca