json Sublime SFTP配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json Sublime SFTP配置相关的知识,希望对你有一定的参考价值。
{
"type": "sftp",
"save_before_upload": true,
"upload_on_save": true,
"sync_down_on_open": true,
"sync_skip_deletes": false,
"sync_same_age": true,
"confirm_downloads": false,
"confirm_sync": false,
"confirm_overwrite_newer": false,
"host": "",
"user": "",
"password": "",
"port": "",
"remote_path": "/",
"ignore_regexes": [
"\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json",
"sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/",
"\\.bzr", "_darcs", "CVS", "\\.DS_Store", "Thumbs\\.db", "desktop\\.ini"
],
"extra_list_connections": 4,
"connect_timeout": 30,
"keepalive": 30,
"preserve_modification_times": true,
"remote_encoding": "utf-8",
}
以上是关于json Sublime SFTP配置的主要内容,如果未能解决你的问题,请参考以下文章
json Sublime SFTP排除
json Sublime Text 3的默认sftp-config.json设置
json Sublime Text 3的默认sftp-config.json设置
json snippett for FTP vs SFTP sublime sftp(直接到wp主题文件夹)
如何在sublime中使用sftp
sublime-安装sftp插件