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 CloseableScpClientSimpleScpClientImpl.createScpClient(ClientSession session) protected CloseableScpClientSimpleScpClientImpl.createScpClient(IOFunction<? super SimpleClient, ? extends ClientSession> sessionProvider) default CloseableScpClientCreates an SCP session using the provided credentialsdefault CloseableScpClientCreates an SCP session using the provided credentialsdefault CloseableScpClientCreates an SCP session on the default port and logs in using the provided credentialsdefault CloseableScpClientCreates an SCP session on the default port and logs in using the provided credentialsdefault CloseableScpClientSimpleScpClient.scpLogin(InetAddress host, int port, String username, String password) Creates an SCP session using the provided credentialsdefault CloseableScpClientSimpleScpClient.scpLogin(InetAddress host, int port, String username, KeyPair identity) Creates an SCP session using the provided credentialsdefault CloseableScpClientSimpleScpClient.scpLogin(InetAddress host, String username, String password) Creates an SCP session on the default port and logs in using the provided credentialsdefault CloseableScpClientSimpleScpClient.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 CloseableScpClientCloseableScpClient.singleSessionInstance(ScpClient client)