Files
links/.vscode/sftp.json
T

12 lines
226 B
JSON

{
"name": "My Server",
"host": "10.0.0.158",
"protocol": "sftp",
"port": 22,
"username": "root",
"remotePath": "/root/links",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}