Syncing Files From Training Server
Last updated
Last updated
{
"name": "Your Remote Training Server",
"host": "server.ip.address",
"port": 22,
"protocol": "sftp",
"context": "./logs",
"remotePath": "/PATH/TO/THE/WORKSPACE/logs",
"username": "YOUR-USERNAME",
"ignore": [],
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false,
"privateKeyPath": "~/.ssh/id_ed25519"
}