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
IOException
void download(String[] remote, String local, ScpClient.Option... options) throws Exception
Exception
void upload(String local, String remote, ScpClient.Option... options) throws IOException
IOException
void upload(String[] local, String remote, ScpClient.Option... options) throws IOException
IOException
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.