我的SFTP配置

{
    "name": "My Server", 
    "host": "59.77.13.177",
    "protocol": "sftp",
    "port": 22,
    "username": "lab409",
    "password":"123456",
    "remotePath": "/home/lab409/TJT/TJT_2022_BY",
    "uploadOnSave": false,
    "ignore": [
        "**/.vscode/**",
        "**/.git/**",
        "**/.DS_Store"
    ],
    "watcher": {
        "files": "*",
        "autoUpload": false,
        "autoDelete": false
    }
}

 

posted @ 2022-01-27 22:48  东流vip  阅读(28)  评论(0编辑  收藏  举报