| Package | Description |
|---|---|
| org.apache.sshd.scp.common |
| Modifier and Type | Method and Description |
|---|---|
static <L extends ScpLocation> |
ScpLocation.update(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(String locSpec)
Parses a local or remote SCP location in the format "user@host:path" or
"scp://[user@]host[:port][/path]"
|
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.