SublimeText2-FTPSync icon indicating copy to clipboard operation
SublimeText2-FTPSync copied to clipboard

How to stop for check/ask to update/download a file

Open lapega opened this issue 10 years ago • 0 comments

I have 2 projects, very similar and hosted in the same server. But, with one of them, everytime I open a file, ftysync checks against the online file and ask me what I want to do. I even put the option "sync_down_on_open" to false, but the problem still present. The only difference with both projects: the one with problem is hosted in a subfolder.

Here are both project settings:

Proyect 1 (no problems here): { "primary": { "host": "www.xxxxx.org.uy", "username": "xxxx", "password": null, "path": "/public_html/", "upload_on_save": false }

}

Proyect 2 (where problem happens): { "primary": { "host": "www.xxxxxx.org.uy", "username": "xxxxx", "password": null, "path": "/public_html/u3/", "upload_on_save": false, "sync_down_on_open": false } }

lapega avatar Sep 24 '14 14:09 lapega