Uses of Interface
org.apache.sshd.sftp.client.SftpClient
Packages that use SftpClient
Package
Description
-
Uses of SftpClient in org.apache.sshd.sftp.client
Subinterfaces of SftpClient in org.apache.sshd.sftp.clientModifier and TypeInterfaceDescriptioninterface
Provides both structured and raw SFTP accessMethods in org.apache.sshd.sftp.client that return SftpClientModifier and TypeMethodDescriptiondefault 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 versiondefault SftpClient
SftpClientFactory.createSftpClient
(ClientSession session, SftpErrorDataHandler errorDataHandler) Create an SFTP client from this session.default SftpClient
SftpClientFactory.createSftpClient
(ClientSession session, SftpVersionSelector selector) SftpClientFactory.createSftpClient
(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) SftpClientHolder.getClient()
default SftpClient
Creates an SFTP session using the provided credentialsdefault SftpClient
Creates an SFTP session using the provided credentialsdefault SftpClient
Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClient
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 credentialsSimpleSftpClient.sftpLogin
(SocketAddress target, String username, String password) Creates an SFTP session using the provided credentialsSimpleSftpClient.sftpLogin
(SocketAddress target, String username, KeyPair identity) Creates an SFTP session using the provided credentialsstatic SftpClient
FullAccessSftpClient.singleSessionInstance
(SftpClient client) default SftpClient
SftpClient.singleSessionInstance()
Creates anSftpClient
instance that also closes the underlyingclient session
when the client instance is closed.Methods in org.apache.sshd.sftp.client with parameters of type SftpClientModifier and TypeMethodDescriptionstatic SftpClient
FullAccessSftpClient.singleSessionInstance
(SftpClient client) -
Uses of SftpClient in org.apache.sshd.sftp.client.extensions
Methods in org.apache.sshd.sftp.client.extensions with parameters of type SftpClientModifier and TypeMethodDescriptiondefault SftpClientExtension
SftpClientExtensionFactory.create
(SftpClient client, RawSftpClient raw) SftpClientExtensionFactory.create
(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions, Map<String, ?> parsed) -
Uses of SftpClient in org.apache.sshd.sftp.client.extensions.helpers
Fields in org.apache.sshd.sftp.client.extensions.helpers declared as SftpClientMethods in org.apache.sshd.sftp.client.extensions.helpers that return SftpClientConstructors in org.apache.sshd.sftp.client.extensions.helpers with parameters of type SftpClientModifierConstructorDescriptionprotected
AbstractCheckFileExtension
(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protected
AbstractMD5HashExtension
(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protected
AbstractSftpClientExtension
(String name, SftpClient client, RawSftpClient raw, boolean supported) protected
AbstractSftpClientExtension
(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protected
AbstractSftpClientExtension
(String name, SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) CheckFileHandleExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extras) CheckFileNameExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extras) CopyDataExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) CopyFileExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) FilenameTranslationControlExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extras) FilenameTranslationControlExtensionImpl
(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) MD5FileExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) MD5HandleExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) SpaceAvailableExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) -
Uses of SftpClient in org.apache.sshd.sftp.client.extensions.openssh.helpers
Constructors in org.apache.sshd.sftp.client.extensions.openssh.helpers with parameters of type SftpClientModifierConstructorDescriptionprotected
AbstractOpenSSHStatCommandExtension
(String name, SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHFsyncExtensionImpl
(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHPosixRenameExtensionImpl
(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.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SftpClientFields in org.apache.sshd.sftp.client.fs declared as SftpClientModifier and TypeFieldDescriptionprivate final SftpClient
SftpFileSystem.Wrapper.delegate
private final SftpClient
SftpDirectoryStream.sftp
Fields in org.apache.sshd.sftp.client.fs with type parameters of type SftpClientMethods in org.apache.sshd.sftp.client.fs that return SftpClientModifier and TypeMethodDescriptionfinal SftpClient
SftpDirectoryStream.getClient()
SftpFileSystem.getClient()
Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpClientModifier and TypeMethodDescriptionSftpClientDirectoryScanner.scan
(SftpClient client) Scans the currentbasedir
<C extends Collection<SftpClientDirectoryScanner.ScanDirEntry>>
CSftpClientDirectoryScanner.scan
(SftpClient client, Supplier<? extends C> factory) protected <C extends Collection<SftpClientDirectoryScanner.ScanDirEntry>>
CSftpClientDirectoryScanner.scandir
(SftpClient client, String rootDir, String parent, C filesList) Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClientModifierConstructorDescriptionprivate
Wrapper
(SftpClient delegate, SftpErrorDataHandler errorHandler, int readSize, int writeSize) -
Uses of SftpClient in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement SftpClientFields in org.apache.sshd.sftp.client.impl declared as SftpClientModifier and TypeFieldDescriptionprivate final SftpClient
DefaultCloseableHandle.client
private final SftpClient
SftpDirEntryIterator.client
private final SftpClient
SftpIterableDirEntry.client
private final SftpClient
StfpIterableDirHandle.client
protected final SftpClient
SftpRemotePathChannel.sftp
Methods in org.apache.sshd.sftp.client.impl that return SftpClientModifier and TypeMethodDescriptionDefaultSftpClientFactory.createSftpClient
(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) protected SftpClient
SimpleSftpClientImpl.createSftpClient
(ClientSession session) protected SftpClient
SimpleSftpClientImpl.createSftpClient
(IOFunction<? super SimpleClient, ? extends ClientSession> sessionProvider) final SftpClient
SftpDirEntryIterator.getClient()
final SftpClient
SftpIterableDirEntry.getClient()
final SftpClient
StfpIterableDirHandle.getClient()
final SftpClient
DefaultCloseableHandle.getSftpClient()
SimpleSftpClientImpl.sftpLogin
(SocketAddress target, String username, String password) SimpleSftpClientImpl.sftpLogin
(SocketAddress target, String username, KeyPair identity) Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClientModifierConstructorDescriptionDefaultCloseableHandle
(SftpClient client, String path, byte[] id) SftpDirEntryIterator
(SftpClient client, String path) SftpDirEntryIterator
(SftpClient client, String path, SftpClient.Handle dirHandle, boolean closeOnFinished) SftpDirEntryIterator
(SftpClient client, SftpClient.Handle dirHandle) SftpIterableDirEntry
(SftpClient client, String path) SftpRemotePathChannel
(String path, SftpClient sftp, boolean closeOnExit, Collection<SftpClient.OpenMode> modes) StfpIterableDirHandle
(SftpClient client, SftpClient.Handle handle)