Sublime Text 3 SFTP 配置 Remote Development(遠程開發(fā))

配置 SFTP

文件目錄有件 - 選擇 SFTP/FTP - Map to Remote...


Paste_Image.png
{
    // The tab key will cycle through the settings when first created
    // Visit http://wbond.net/sublime_packages/sftp/settings for help

    "type": "sftp", // 傳輸類型

    "sync_down_on_open": true,

    "host": "10.2.10.101", // 遠程主機 IP
    "user": "www-data", // ssh 用戶名
    "password": "W123456", // ssh 用戶密碼
    "port": "22", // ssh 端口號(默認22)

    "remote_path": "/data/www/website", // 遠程地址

    "file_permissions": "775", // 文件權(quán)限
    "dir_permissions": "775", // 目錄權(quán)限
    "connect_timeout": 30, // 連接超時時間

    "upload_on_save": true, // 保存后上傳
    "save_before_upload": false,
    "sync_down_on_open": false,
    "sync_skip_deletes": false,
    "confirm_downloads": false,
    "confirm_sync": true,
    "confirm_overwrite_newer": false,

    "ignore_regexes": ["\\.idea/", "\\.DS_Store", "\\.git/", "\\.svn/", "sftp-settings\\.json", "\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json"],
}

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容