Files
DeepHSV/.vscode/sftp.json
2019-05-06 17:43:25 +08:00

11 lines
281 B
JSON

{
"name": "Deeplearning",
"host": "192.168.40.83",
"protocol": "sftp",
"port": 22,
"username": "deeplearning",
"password": "cfca1234",
"remotePath": "/home/deeplearning/work/Deeplearning/TensorFlow/DeepWritingID/DeepHWS_ID/",
"uploadOnSave": true
}