{
    // The tab key will cycle through the settings when first created
    // Visit https://codexns.io/products/sftp_for_subime/settings for help
    
    // sftp, ftp or ftps
    "type": "sftp",

    "save_before_upload": true,
    "upload_on_save": true,
    "sync_down_on_open": false,
    "sync_skip_deletes": false,
    "sync_same_age": true,
    "confirm_downloads": false,
    "confirm_sync": true,
    "confirm_overwrite_newer": false,
    
     "host": "sftp.wp.com",
    "user": "woo-superbly-tremendous-jellyfish.wordpress.com",
    "port": 22,
    "remote_path": "/srv/htdocs/wp-content/plugins/uber-direct/",
    "ssh_key_file": "~/.ssh/id_rsa",
    //"file_permissions": "664",
    //"dir_permissions": "775",
    
    //"extra_list_connections": 0,

    "connect_timeout": 30
}
