sublime使用sftp上传文件
配置:
a. 创建配置文件:
b. 配置文件内容:
{"type": "sftp","save_before_upload": true,"upload_on_save": true,"sync_down_on_open": false,"sync_skip_deletes": false,"sync_same_age": true,"confirm_downloads": false,"confirm_sync": true,"confirm_overwrite_newer": false,"host": "172.20.10.11","user": "root","password": "123456","port": "22","remote_path": "/var/www/html/","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"],"connect_timeout": 30,}
a. 新建文件:
b. 保存:
c. 测试:
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。