Skip to content

Instantly share code, notes, and snippets.

@hmkz
Created November 20, 2013 05:16
Show Gist options
  • Save hmkz/7558100 to your computer and use it in GitHub Desktop.
Save hmkz/7558100 to your computer and use it in GitHub Desktop.
{
// 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": "sftp",
"sync_down_on_open": true,
"sync_same_age": true,
"host": "ec2-host.com",
"user": "ec2-user",
//"port": "22",
"remote_path": "/home/ec2-user/",
//"file_permissions": "664",
//"dir_permissions": "775",
//"extra_list_connections": 0,
"connect_timeout": 30,
//"keepalive": 120,
//"ftp_passive_mode": true,
"ssh_key_file": "C:\/Users\/user\/dev-key.ppk"
//"sftp_flags": ["-F", "/path/to/ssh_config"],
//"preserve_modification_times": false,
//"remote_time_offset_in_hours": 0,
//"remote_encoding": "utf-8",
//"remote_locale": "C",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment