我的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
    }
}

相关