Package | Description |
---|---|
org.apache.sshd.common.scp |
Modifier and Type | Method and Description |
---|---|
static <L extends ScpLocation> |
ScpLocation.update(java.lang.String locSpec,
L location)
Parses a local or remote SCP location in the format
user@host:path |
Modifier and Type | Method and Description |
---|---|
ScpLocation |
ScpLocation.clone() |
static ScpLocation |
ScpLocation.parse(java.lang.String locSpec)
Parses a local or remote SCP location in the format
user@host:path |