sftp
This commit is contained in:
parent
e13aaed393
commit
251d054100
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "magento2-docker",
|
||||
"host": "102.20.2.204",
|
||||
"protocol": "sftp",
|
||||
"port": 22,
|
||||
"username": "root",
|
||||
"password": "root",
|
||||
"remotePath": "/magento2-doker",
|
||||
"uploadOnSave": true,
|
||||
"downloadOnOpen": true,
|
||||
"useTempFile": false,
|
||||
"openSsh": false
|
||||
}
|
||||
Loading…
Reference in New Issue