evf-sam2 / .vscode /sftp.json
wondervictor's picture
update
698ff57
raw
history blame
No virus
329 Bytes
{
"name": "devcloud",
"host": "9.134.244.213",
"protocol": "sftp",
"port": 36000,
"username": "adriancheng",
"privateKeyPath": "/Users/tianhengcheng/.ssh/9.134.244.213_rsa",
"remotePath": "/group/40034/adriancheng/evf-sam2",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}