ftp Einstellungen
This commit is contained in:
Vendored
+13
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user