Advertisement
DJRedNightMC

Untitled

Mar 2nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.50 KB | None | 0 0
  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": "eu2.humbleservers.com",
  18.     "user": "ebhtshy1.c484c851",
  19.     "password": "Jonathan7829",
  20.     "port": "2022",
  21.    
  22.     "remote_path": "/",
  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.         "/juan", "/juan_nether", "juan_the_end", "/plotmeworld", "/plots", "/world", "/world_nether", "/world_the_end", "/Prison"
  28.     ],
  29.     //"file_permissions": "664",
  30.     //"dir_permissions": "775",
  31.    
  32.     //"extra_list_connections": 0,
  33.  
  34.     "connect_timeout": 30,
  35.     //"keepalive": 120,
  36.     //"ftp_passive_mode": true,
  37.     //"ftp_obey_passive_host": false,
  38.     //"ssh_key_file": "~/.ssh/id_rsa",
  39.     //"sftp_flags": ["-F", "/path/to/ssh_config"],
  40.    
  41.     //"preserve_modification_times": false,
  42.     //"remote_time_offset_in_hours": 0,
  43.     //"remote_encoding": "utf-8",
  44.     //"remote_locale": "C",
  45.     //"allow_config_upload": false,
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement