| Package | Description |
|---|---|
| org.apache.sshd.scp.common |
| Modifier and Type | Method and Description |
|---|---|
static <L extends ScpLocation> |
ScpLocation.update(java.lang.String spec,
L location)
Parses a local or remote SCP location in the format "user@host:path" or
"scp://[user@]host[:port][/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" or
"scp://[user@]host[:port][/path]"
|