public interface ScpClient
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScpClient.Option |
| Modifier and Type | Method and Description |
|---|---|
void |
download(String[] remote,
String local,
ScpClient.Option... options) |
void |
download(String remote,
String local,
ScpClient.Option... options) |
void |
upload(String[] local,
String remote,
ScpClient.Option... options) |
void |
upload(String local,
String remote,
ScpClient.Option... options) |
void download(String remote, String local, ScpClient.Option... options) throws IOException
IOExceptionvoid download(String[] remote, String local, ScpClient.Option... options) throws Exception
Exceptionvoid upload(String local, String remote, ScpClient.Option... options) throws IOException
IOExceptionvoid upload(String[] local, String remote, ScpClient.Option... options) throws IOException
IOExceptionCopyright © 2008–2014 The Apache Software Foundation. All rights reserved.