Uses of Interface
org.apache.sshd.client.subsystem.sftp.SftpClient
-
-
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp
Methods in org.apache.sshd.client.subsystem.sftp that return SftpClient Modifier and Type Method Description default SftpClient
SftpClientFactory. createSftpClient(ClientSession session)
Create an SFTP client from this session.default SftpClient
SftpClientFactory. createSftpClient(ClientSession session, int version)
Creates an SFTP client using the specified versionSftpClient
SftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector)
SftpClient
SftpDirEntryIterator. getClient()
The client instanceSftpClient
SftpInputStreamWithChannel. getClient()
The client instanceSftpClient
SftpIterableDirEntry. getClient()
The client instanceSftpClient
SftpOutputStreamWithChannel. getClient()
The client instanceSftpClient
StfpIterableDirHandle. getClient()
The client instancedefault SftpClient
SimpleSftpClient. sftpLogin(String host, int port, String username, String password)
Creates an SFTP session using the provided credentialsdefault SftpClient
SimpleSftpClient. sftpLogin(String host, int port, String username, KeyPair identity)
Creates an SFTP session using the provided credentialsdefault SftpClient
SimpleSftpClient. sftpLogin(String host, String username, String password)
Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClient
SimpleSftpClient. sftpLogin(String host, String username, KeyPair identity)
Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClient
SimpleSftpClient. sftpLogin(InetAddress host, int port, String username, String password)
Creates an SFTP session using the provided credentialsdefault SftpClient
SimpleSftpClient. sftpLogin(InetAddress host, int port, String username, KeyPair identity)
Creates an SFTP session using the provided credentialsdefault SftpClient
SimpleSftpClient. sftpLogin(InetAddress host, String username, String password)
Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClient
SimpleSftpClient. sftpLogin(InetAddress host, String username, KeyPair identity)
Creates an SFTP session on the default port and logs in using the provided credentialsSftpClient
SimpleSftpClient. sftpLogin(SocketAddress target, String username, String password)
Creates an SFTP session using the provided credentialsSftpClient
SimpleSftpClient. sftpLogin(SocketAddress target, String username, KeyPair identity)
Creates an SFTP session using the provided credentialsConstructors in org.apache.sshd.client.subsystem.sftp with parameters of type SftpClient Constructor Description SftpDirEntryIterator(SftpClient client, String path)
SftpDirEntryIterator(SftpClient client, String path, SftpClient.Handle dirHandle, boolean closeOnFinished)
SftpDirEntryIterator(SftpClient client, SftpClient.Handle dirHandle)
SftpInputStreamWithChannel(SftpClient client, int bufferSize, String path, Collection<SftpClient.OpenMode> mode)
SftpIterableDirEntry(SftpClient client, String path)
SftpOutputStreamWithChannel(SftpClient client, int bufferSize, String path, Collection<SftpClient.OpenMode> mode)
SftpRemotePathChannel(String path, SftpClient sftp, boolean closeOnExit, Collection<SftpClient.OpenMode> modes)
StfpIterableDirHandle(SftpClient client, SftpClient.Handle handle)
-
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.extensions
Methods in org.apache.sshd.client.subsystem.sftp.extensions that return SftpClient Modifier and Type Method Description SftpClient
SftpClientExtension. getClient()
Methods in org.apache.sshd.client.subsystem.sftp.extensions with parameters of type SftpClient Modifier and Type Method Description default SftpClientExtension
SftpClientExtensionFactory. create(SftpClient client, RawSftpClient raw)
SftpClientExtension
SftpClientExtensionFactory. create(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions, Map<String,?> parsed)
-
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.extensions.helpers
Methods in org.apache.sshd.client.subsystem.sftp.extensions.helpers that return SftpClient Modifier and Type Method Description SftpClient
AbstractSftpClientExtension. getClient()
-
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers
Constructors in org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers with parameters of type SftpClient Constructor Description AbstractOpenSSHStatCommandExtension(String name, SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)
OpenSSHFsyncExtensionImpl(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)
OpenSSHStatHandleExtensionImpl(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)
OpenSSHStatPathExtensionImpl(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)
-
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return SftpClient Modifier and Type Method Description SftpClient
SftpDirectoryStream. getClient()
Client instance used to access the remote directorySftpClient
SftpFileSystem. getClient()
-
Uses of SftpClient in org.apache.sshd.client.subsystem.sftp.impl
Classes in org.apache.sshd.client.subsystem.sftp.impl that implement SftpClient Modifier and Type Class Description class
AbstractSftpClient
class
DefaultSftpClient
Methods in org.apache.sshd.client.subsystem.sftp.impl that return SftpClient Modifier and Type Method Description SftpClient
DefaultSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector)
protected SftpClient
SimpleSftpClientImpl. createSftpClient(ClientSession session)
protected SftpClient
SimpleSftpClientImpl. createSftpClient(ClientSession session, SftpClient client)
protected SftpClient
SimpleSftpClientImpl. createSftpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider)
SftpClient
DefaultCloseableHandle. getSftpClient()
SftpClient
SimpleSftpClientImpl. sftpLogin(SocketAddress target, String username, String password)
SftpClient
SimpleSftpClientImpl. sftpLogin(SocketAddress target, String username, KeyPair identity)
Methods in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClient Modifier and Type Method Description protected SftpClient
SimpleSftpClientImpl. createSftpClient(ClientSession session, SftpClient client)
Constructors in org.apache.sshd.client.subsystem.sftp.impl with parameters of type SftpClient Constructor Description DefaultCloseableHandle(SftpClient client, String path, byte[] id)
-