14 lines
199 B
YAML
14 lines
199 B
YAML
key: scp
|
|
title: SCP (SSH)
|
|
author: requarks.io
|
|
props:
|
|
host: String
|
|
port:
|
|
type: Number
|
|
default: 22
|
|
username: String
|
|
privateKeyPath: String
|
|
basePath:
|
|
type: String
|
|
default: '~'
|