| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.scp |
| Modifier and Type | Method and Description |
|---|---|
static ScpClient.Option |
ScpClient.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScpClient.Option[] |
ScpClient.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScpClient.download(String[] remote,
String local,
ScpClient.Option... options) |
void |
ScpClient.download(String remote,
String local,
ScpClient.Option... options) |
void |
ScpClient.upload(String[] local,
String remote,
ScpClient.Option... options) |
void |
ScpClient.upload(String local,
String remote,
ScpClient.Option... options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultScpClient.download(String[] remote,
String local,
ScpClient.Option... options) |
void |
DefaultScpClient.download(String remote,
String local,
ScpClient.Option... options) |
void |
DefaultScpClient.upload(String[] local,
String remote,
ScpClient.Option... options) |
void |
DefaultScpClient.upload(String local,
String remote,
ScpClient.Option... options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultScpClient.download(String remote,
String local,
Collection<ScpClient.Option> options) |
protected void |
DefaultScpClient.upload(String[] local,
String remote,
Collection<ScpClient.Option> options) |
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.