NoxArt / SublimeText2-FTPSync

Simple and free FTP(S) syncing (SFTP not available)
MIT License
342 stars 65 forks source link

Failed to read settings #279

Open Nohaga opened 3 years ago

Nohaga commented 3 years ago

b'FTPSync > Retrying reading config... (remaining 0)' b'FTPSync > Failed to read settings from file: F:\Site\ftpsync.settings'

ftpsync.settings:

{
    'primary': {
        host: '*******',
        username: '*******',
        password: '*******',
        path: '/public_html/wp-content/themes/consult/',

        upload_on_save: true,
        tls: true
    }
}
Nohaga commented 3 years ago

It worked after installing rubyinstaller-devkit-3.0.0-1-x64 I don't know why