faker_diary/.vscode/sftp.json

22 lines
422 B
JSON

{
"name": "My Server",
"host": "192.168.1.12",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "123456",
"remotePath": "/opt/install/test",
"uploadOnSave": true,
"downloadOnOpen": true,
"watcher": {
"files": "**/*",
"autoUpload": true,
"autoDelete": false
},
"ignore": [
".vscode",
".git",
".DS_Store"
]
}