sftp-config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. // sftp, ftp or ftps
  5. "type": "sftp",
  6. "save_before_upload": true,
  7. "upload_on_save": false,
  8. "sync_down_on_open": false,
  9. "sync_skip_deletes": false,
  10. "sync_same_age": true,
  11. "confirm_downloads": false,
  12. "confirm_sync": true,
  13. "confirm_overwrite_newer": false,
  14. "host": "www.revinr.com",
  15. "user": "revinrco",
  16. "password": "_)hBy^y%X%",
  17. //"port": "22",
  18. "remote_path": "www.revinr.com/erp",
  19. "ignore_regexes": [
  20. "\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json",
  21. "sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/",
  22. "\\.bzr", "_darcs", "CVS", "\\.DS_Store", "Thumbs\\.db", "desktop\\.ini"
  23. ],
  24. //"file_permissions": "664",
  25. //"dir_permissions": "775",
  26. //"extra_list_connections": 0,
  27. "connect_timeout": 30,
  28. //"keepalive": 120,
  29. //"ftp_passive_mode": true,
  30. //"ftp_obey_passive_host": false,
  31. //"ssh_key_file": "~/.ssh/id_rsa",
  32. //"sftp_flags": ["-F", "/path/to/ssh_config"],
  33. //"preserve_modification_times": false,
  34. //"remote_time_offset_in_hours": 0,
  35. //"remote_encoding": "utf-8",
  36. //"remote_locale": "C",
  37. //"allow_config_upload": false,
  38. }