Package | Description |
---|---|
org.apache.sshd.scp.client |
Modifier and Type | Method and Description |
---|---|
protected CloseableScpClient |
SimpleScpClientImpl.createScpClient(ClientSession session) |
protected CloseableScpClient |
SimpleScpClientImpl.createScpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider) |
default CloseableScpClient |
SimpleScpClient.scpLogin(InetAddress host,
int port,
String username,
KeyPair identity)
Creates an SCP session using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(InetAddress host,
int port,
String username,
String password)
Creates an SCP session using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(InetAddress host,
String username,
KeyPair identity)
Creates an SCP session on the default port and logs in using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(InetAddress host,
String username,
String password)
Creates an SCP session on the default port and logs in using the provided credentials
|
CloseableScpClient |
SimpleScpClient.scpLogin(SocketAddress target,
String username,
KeyPair identity)
Creates an SCP session using the provided credentials
|
CloseableScpClient |
SimpleScpClientImpl.scpLogin(SocketAddress target,
String username,
KeyPair identity) |
CloseableScpClient |
SimpleScpClient.scpLogin(SocketAddress target,
String username,
String password)
Creates an SCP session using the provided credentials
|
CloseableScpClient |
SimpleScpClientImpl.scpLogin(SocketAddress target,
String username,
String password) |
default CloseableScpClient |
SimpleScpClient.scpLogin(String host,
int port,
String username,
KeyPair identity)
Creates an SCP session using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(String host,
int port,
String username,
String password)
Creates an SCP session using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(String host,
String username,
KeyPair identity)
Creates an SCP session on the default port and logs in using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(String host,
String username,
String password)
Creates an SCP session on the default port and logs in using the provided credentials
|
static CloseableScpClient |
CloseableScpClient.singleSessionInstance(ScpClient client) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.