{ // 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, "upload_on_save": true, "confirm_download": true, "confirm_overwrite_newer": true, "ftp_passive_mode": true, "host": "proyecto-oller.online", "user": "kevinlegarreta", "sftp_flags": ["-o IdentityFile=~/Desktop/Oller/keys/kevinlegarreta.pem"], "remote_path": "/var/www/html/proyecto-oller.online/", "file_permissions": "775", "dir_permissions": "775", "connect_timeout": 30, "allow_config_upload": false, "ignore": ["~/Desktop/Proyecto_Oller/README.md","~/Desktop/Proyecto_Oller/sidenav.html"] }