|
| 1 | +{ |
| 2 | + // The tab key will cycle through the settings when first created |
| 3 | + // Visit http://wbond.net/sublime_packages/sftp/settings for help |
| 4 | + |
| 5 | + // sftp, ftp or ftps |
| 6 | + "type": "sftp", |
| 7 | + |
| 8 | + "save_before_upload": true, |
| 9 | + "upload_on_save": false, |
| 10 | + "sync_down_on_open": false, |
| 11 | + "sync_skip_deletes": false, |
| 12 | + "sync_same_age": true, |
| 13 | + "confirm_downloads": false, |
| 14 | + "confirm_sync": true, |
| 15 | + "confirm_overwrite_newer": false, |
| 16 | + |
| 17 | + "host": "knuth.cs.hmc.edu", |
| 18 | + "user": "aelabridi", |
| 19 | + "password": "otmane", |
| 20 | + "port": "22", |
| 21 | + |
| 22 | + "remote_path": "/home/aelabridi/charm2/charm/examples/charm++/Strassen-parallelization-charm--", |
| 23 | + "ignore_regexes": [ |
| 24 | + "\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json", |
| 25 | + "sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/", |
| 26 | + "\\.bzr", "_darcs", "CVS", "\\.DS_Store", "Thumbs\\.db", "desktop\\.ini" |
| 27 | + ], |
| 28 | + //"file_permissions": "664", |
| 29 | + //"dir_permissions": "775", |
| 30 | + |
| 31 | + //"extra_list_connections": 0, |
| 32 | + |
| 33 | + "connect_timeout": 30, |
| 34 | + //"keepalive": 120, |
| 35 | + //"ftp_passive_mode": true, |
| 36 | + //"ftp_obey_passive_host": false, |
| 37 | + //"ssh_key_file": "~/.ssh/id_rsa", |
| 38 | + //"sftp_flags": ["-F", "/path/to/ssh_config"], |
| 39 | + |
| 40 | + //"preserve_modification_times": false, |
| 41 | + //"remote_time_offset_in_hours": 0, |
| 42 | + //"remote_encoding": "utf-8", |
| 43 | + //"remote_locale": "C", |
| 44 | + //"allow_config_upload": false, |
| 45 | +} |
0 commit comments