Uses of Interface
org.apache.sshd.scp.client.CloseableScpClient
Packages that use CloseableScpClient
-
Uses of CloseableScpClient in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client that return CloseableScpClientModifier and TypeMethodDescriptionprotected CloseableScpClient
SimpleScpClientImpl.createScpClient
(ClientSession session) protected CloseableScpClient
SimpleScpClientImpl.createScpClient
(IOFunction<? super SimpleClient, ? extends ClientSession> sessionProvider) default CloseableScpClient
Creates an SCP session using the provided credentialsdefault CloseableScpClient
Creates an SCP session using the provided credentialsdefault CloseableScpClient
Creates an SCP session on the default port and logs in using the provided credentialsdefault CloseableScpClient
Creates an SCP session on the default port and logs in using the provided credentialsdefault CloseableScpClient
SimpleScpClient.scpLogin
(InetAddress host, int port, String username, String password) Creates an SCP session using the provided credentialsdefault CloseableScpClient
SimpleScpClient.scpLogin
(InetAddress host, int port, String username, KeyPair identity) Creates an SCP session using the provided credentialsdefault CloseableScpClient
SimpleScpClient.scpLogin
(InetAddress host, String username, String password) Creates an SCP session on the default port and logs in using the provided credentialsdefault CloseableScpClient
SimpleScpClient.scpLogin
(InetAddress host, String username, KeyPair identity) Creates an SCP session on the default port and logs in using the provided credentialsSimpleScpClient.scpLogin
(SocketAddress target, String username, String password) Creates an SCP session using the provided credentialsSimpleScpClient.scpLogin
(SocketAddress target, String username, KeyPair identity) Creates an SCP session using the provided credentialsSimpleScpClientImpl.scpLogin
(SocketAddress target, String username, String password) SimpleScpClientImpl.scpLogin
(SocketAddress target, String username, KeyPair identity) static CloseableScpClient
CloseableScpClient.singleSessionInstance
(ScpClient client)