Files
ieemoo-ai-contrast/.vscode/sftp.json
2025-06-11 15:23:50 +08:00

10 lines
170 B
JSON

{
"name": "My Server",
"host": "localhost",
"protocol": "sftp",
"port": 22,
"username": "username",
"remotePath": "/",
"uploadOnSave": true
}