Jiří Petruželka
Jiří Petruželka
Hi, you're welcome. The currently processed file is displayed in the status bar in the bottom also, if you open Sublime text console it should contain a fairly detailed log...
Hi, It is recommendable to use the "Setup FTPSync in this folder" menu option, which will create the base file for you, seeing how the file looks like I think...
I think it's more of a case that when you re-save the file it get's re-parsed and the cached config updated. And the error pertains to parsing this file, so...
Yes, this is just a debug option to see more, it will not fix stuff by itself. I'll look into this more when I get home. As for the second...
Hi, I have copy-pasted this snippet ``` { "primary": { "host": "ftp.mywebsite.com", "username": "johnsmith", "password": "secretpassword", "path": "/www/", "upload_on_save": true, "tls": true } } ``` setting and it parses successfully...
Hi, In reverse: 3: for shortcuts and other info checkout https://github.com/NoxArt/SublimeText2-FTPSync/wiki/Key-bindings and other Wiki entries 2: perhaps, not sure Sublime's API allows it but even if so, I can imagine...
Hi, that's actually a really good suggestion, thanks!
Yes, this is among my next on the list, but it'll require a few more changes. It should be safe for downloading when `use_tempfile` is enabled (it is by default),...
Cancelling of commands is partially done, mostly just missing the actual stopping.
Stopping is kinda done too, will merge it with the current code and test it