Created
September 12, 2023 16:21
-
-
Save AndryWJ/a6eb53ac33a647b537c7724a71092799 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "My Server", | |
"protocol": "sftp", | |
"context": "tortino.com.ua", | |
"uploadOnSave": true, | |
"profiles": { | |
"old": { | |
"host": "159.253.23.48", | |
"port": 22, | |
"username": "root", | |
"password": "Bcbgv836QG26PtBw", | |
"remotePath": "/var/www/test.tortino.com.ua/data/www/tortino.com.ua/" | |
}, | |
"new": { | |
"host": "5.101.179.35", | |
"port": 22, | |
"username": "root", | |
"password": "M9cUjYtN9o56f2Pw", | |
"remotePath": "/var/www/tortino_com__usr/data/www/tortino.com.ua/" | |
} | |
}, | |
"defaultProfile": "old" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment