Jiří Petruželka
Jiří Petruželka
Can you try wrapping the keys with "..."? (as in `host` => `"host"`) JsonLint reports this as malformed JSON, with this fix it's accepted
Apostrophes are not possible to use, please use quotes " In your second example you are missing a quote after `default` I have something to try in my sleeve, but...
Thank you for responses RompePC! However, the error message is from the JSON decoder - meaning there's an issue with converting the text (in hopefully JSON format) of the file...
I changed the way config is parsed in f3920a0, did it help or is there still an issue?
Hi, what about `file's context menu (right mouse) > FTPSync > Check this file`?
Glad it helps. `check this file` checks the local vs remote files' size (of the last save) and lastModified and if it's different it shows you a dialogue to choose...
Hi, there's not only time difference, but also size difference considered ... but maybe I missed a case when it passes when it should not. I'll take a look at...
I added debug print, activate by ``` ... "debug_extras" { "debug_overwrite_prevention": true } ``` hope it helps
Like this: ``` "default": { "host": "...", "username": "...", "password": "...", "path": "...", "debug_extras" { "debug_overwrite_prevention": true } } ```
Oh, sorry, there's a missing : after "debug_extras", so ``` "debug_extras": ```