ftp Einstellungen

This commit is contained in:
2026-03-29 22:27:22 +02:00
parent 26666aef30
commit 8470e90f56
4 changed files with 51 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "Project Deployment",
"host": "your-host",
"protocol": "ftp",
"port": 21,
"username": "your-username",
"password": "your-password",
"remotePath": "/",
"secure": true,
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}