Files
ai_playgroud/src/.vscode/sftp.json
T
Claude fbbad82975 Organize all project files into src subdirectory
- Created new src/ directory
- Copied all project files and folders to src/
- Keeps project structure organized and consolidated
2025-12-02 21:13:51 +00:00

13 lines
263 B
JSON

{
"name": "Mein Webserver",
"host": "192.168.178.88",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "934290",
"remotePath": "/var/www/html/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}