{
// The tab key will cycle through the settings when first created
// Visit http://wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
"type": "ftp",
"save_before_upload": true,
"upload_on_save": true,
"sync_down_on_open": true,
"sync_skip_deletes": false,
"sync_same_age": true,
"confirm_downloads": false,
"confirm_sync": true,
"confirm_overwrite_newer": true,
"host": "somehost",
"user": "someusername",
"password": "somepassword",
//"port": "22",
"remote_path": "/public_html",
"ignore_regexes": [
"\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json",
"sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/",
"\\.bzr", "_darcs", "CVS", "\\.DS_Store", "Thumbs\\.db", "desktop\\.ini",
"\\.pdf", "\\.doc", "\\.xls", "\\.docx", "\\.xlsx", "\\.csv", "\\.txt", "\\.xml", "\\.msg",
"\\.mp4", "\\.mov",
"\\.jpg","\\.jpeg","\\.jpe","\\.jif","\\.jfif","\\.jfi","\\.jp2","\\.j2k","\\.jpf","\\.jpx","\\.jpm","\\.mj2","\\.jxr","\\.hdp","\\.wdp","\\.gif","\\.raw","\\.webp","\\.png","\\.apng","\\.mng","\\.tiff","\\.tif","\\.svg","\\.svgz","\\.pdf","\\.xbm","\\.bmp","\\.dib","\\.ico","\\.3dm","\\.max",
"\\.bak", "\\.zip", "\\.rar", "\\.7z", "\\.tar", "\\.exe", "\\.sql",
"error_log", "\\.log",
"\\.SUBLIME-(PROJECT|WORKSPACE)", "SFTP-CONFIG(-ALT\\D?)?\\.JSON",
"SFTP-SETTINGS\\.JSON", "/VENV/", "\\.SVN/", "\\.HG/", "\\.GIT/",
"\\.BZR", "_DARCS", "CVS", "\\.DS_STORE", "THUMBS\\.DB", "DESKTOP\\.INI",
"\\.PDF", "\\.DOC", "\\.XLS", "\\.DOCX", "\\.XLSX", "\\.CSV", "\\.TXT", "\\.XML", "\\.MSG",
"\\.MP4", "\\.MOV",
"\\.JPG","\\.JPEG","\\.JPE","\\.JIF","\\.JFIF","\\.JFI","\\.JP2","\\.J2K","\\.JPF","\\.JPX","\\.JPM","\\.MJ2","\\.JXR","\\.HDP","\\.WDP","\\.GIF","\\.RAW","\\.WEBP","\\.PNG","\\.APNG","\\.MNG","\\.TIFF","\\.TIF","\\.SVG","\\.SVGZ","\\.PDF","\\.XBM","\\.BMP","\\.DIB","\\.ICO","\\.3DM","\\.MAX",
"\\.BAK", "\\.ZIP", "\\.RAR", "\\.7Z", "\\.TAR", "\\.EXE", "\\.SQL",
"ERROR_LOG", "\\.LOG"
],
//"file_permissions": "664",
//"dir_permissions": "775",
//"extra_list_connections": 0,
"connect_timeout": 30,
//"keepalive": 120,
//"ftp_passive_mode": true,
//"ftp_obey_passive_host": false,
//"ssh_key_file": "~/.ssh/id_rsa",
//"sftp_flags": ["-F", "/path/to/ssh_config"],
//"preserve_modification_times": false,
//"remote_time_offset_in_hours": 0,
//"remote_encoding": "utf-8",
//"remote_locale": "C",
//"allow_config_upload": false,
}