public interface ScpClient extends SessionHolder<ClientSession>, ClientSessionHolder
Modifier and Type | Interface and Description |
---|---|
static class |
ScpClient.Option |
getSessionContext
getClientSession
default ClientSession getSession()
getSession
in interface SessionHolder<ClientSession>
default void download(String remote, String local, ScpClient.Option... options) throws IOException
IOException
void download(String remote, String local, Collection<ScpClient.Option> options) throws IOException
IOException
default void download(String remote, Path local, ScpClient.Option... options) throws IOException
IOException
void download(String remote, Path local, Collection<ScpClient.Option> options) throws IOException
IOException
void download(String remote, OutputStream local) throws IOException
IOException
default byte[] downloadBytes(String remote) throws IOException
IOException
default void download(String[] remote, String local, ScpClient.Option... options) throws IOException
IOException
default void download(String[] remote, Path local, ScpClient.Option... options) throws IOException
IOException
void download(String[] remote, String local, Collection<ScpClient.Option> options) throws IOException
IOException
void download(String[] remote, Path local, Collection<ScpClient.Option> options) throws IOException
IOException
default void upload(String local, String remote, ScpClient.Option... options) throws IOException
IOException
default void upload(String local, String remote, Collection<ScpClient.Option> options) throws IOException
IOException
default void upload(Path local, String remote, ScpClient.Option... options) throws IOException
IOException
default void upload(Path local, String remote, Collection<ScpClient.Option> options) throws IOException
IOException
default void upload(String[] local, String remote, ScpClient.Option... options) throws IOException
IOException
void upload(String[] local, String remote, Collection<ScpClient.Option> options) throws IOException
IOException
default void upload(Path[] local, String remote, ScpClient.Option... options) throws IOException
IOException
void upload(Path[] local, String remote, Collection<ScpClient.Option> options) throws IOException
IOException
default void upload(byte[] data, String remote, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time) throws IOException
IOException
default void upload(byte[] data, int offset, int len, String remote, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time) throws IOException
IOException
void upload(InputStream local, String remote, long size, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time) throws IOException
IOException
static String createSendCommand(String remote, Collection<ScpClient.Option> options)
static String createReceiveCommand(String remote, Collection<ScpClient.Option> options)
static StringBuilder appendCommandOption(StringBuilder sb, Collection<ScpClient.Option> options, ScpClient.Option opt)
sb
- The StringBuilder
targetoptions
- The command options - ignored if null
opt
- The required optionCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.