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

upload overwrite prevent not working?

Open quiquejbb opened this issue 9 years ago • 4 comments

Hi there

I have the setting to prevent overwrite of newer files set to true, however it doesn't prevent such upload...is there a specific warning I should get ?

quiquejbb avatar May 18 '15 21:05 quiquejbb

it can be issue of server time or local time not been correct

thecotne avatar May 20 '15 17:05 thecotne

Hi, can you please try adding

"debug_extras": {
    "debug_overwrite_prevention": true
}

into your settings file, it should print extra related information to the console. With that, you may play with time_offset option as well.

All settings described here: https://github.com/NoxArt/SublimeText2-FTPSync/wiki/All-settings (debug_overwrite_prevention was actually missing there, added it)

NoxArt avatar May 20 '15 18:05 NoxArt

Many thanks, will try that

On Wed, May 20, 2015 at 2:58 PM, Jiří Petruželka [email protected] wrote:

Hi, can you please try adding

"debug_extras": { "debug_overwrite_prevention": true }

into your settings file, it should print extra related information to the console. With that, you may play with time_offset option as well.

All settings described here: https://github.com/NoxArt/SublimeText2-FTPSync/wiki/All-settings (debug_overwrite_prevention was actually missing there, added it)

— Reply to this email directly or view it on GitHub https://github.com/NoxArt/SublimeText2-FTPSync/issues/196#issuecomment-103995788 .

quiquejbb avatar May 20 '15 19:05 quiquejbb

It seems it was indeed a server time difference issue... thanks!

quiquejbb avatar May 27 '15 20:05 quiquejbb