Package | Description |
---|---|
org.apache.sshd.client.scp |
Modifier and Type | Method and Description |
---|---|
protected CloseableScpClient |
SimpleScpClientImpl.createScpClient(ClientSession session) |
protected CloseableScpClient |
SimpleScpClientImpl.createScpClient(ClientSession session,
ScpClient client) |
protected CloseableScpClient |
SimpleScpClientImpl.createScpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider) |
default CloseableScpClient |
SimpleScpClient.scpLogin(java.net.InetAddress host,
int port,
java.lang.String username,
java.security.KeyPair identity)
Creates an SCP session using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(java.net.InetAddress host,
int port,
java.lang.String username,
java.lang.String password)
Creates an SCP session using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(java.net.InetAddress host,
java.lang.String username,
java.security.KeyPair identity)
Creates an SCP session on the default port and logs in using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(java.net.InetAddress host,
java.lang.String username,
java.lang.String password)
Creates an SCP session on the default port and logs in using the provided credentials
|
CloseableScpClient |
SimpleScpClient.scpLogin(java.net.SocketAddress target,
java.lang.String username,
java.security.KeyPair identity)
Creates an SCP session using the provided credentials
|
CloseableScpClient |
SimpleScpClientImpl.scpLogin(java.net.SocketAddress target,
java.lang.String username,
java.security.KeyPair identity) |
CloseableScpClient |
SimpleScpClient.scpLogin(java.net.SocketAddress target,
java.lang.String username,
java.lang.String password)
Creates an SCP session using the provided credentials
|
CloseableScpClient |
SimpleScpClientImpl.scpLogin(java.net.SocketAddress target,
java.lang.String username,
java.lang.String password) |
default CloseableScpClient |
SimpleScpClient.scpLogin(java.lang.String host,
int port,
java.lang.String username,
java.security.KeyPair identity)
Creates an SCP session using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(java.lang.String host,
int port,
java.lang.String username,
java.lang.String password)
Creates an SCP session using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(java.lang.String host,
java.lang.String username,
java.security.KeyPair identity)
Creates an SCP session on the default port and logs in using the provided credentials
|
default CloseableScpClient |
SimpleScpClient.scpLogin(java.lang.String host,
java.lang.String username,
java.lang.String password)
Creates an SCP session on the default port and logs in using the provided credentials
|