Uses of Interface
org.apache.sshd.sftp.client.SftpClient
-
-
Uses of SftpClient in org.apache.sshd.sftp.client
Subinterfaces of SftpClient in org.apache.sshd.sftp.client Modifier and Type Interface Description interfaceFullAccessSftpClientProvides both structured and raw SFTP accessMethods in org.apache.sshd.sftp.client that return SftpClient Modifier and Type Method Description default SftpClientSftpClientFactory. createSftpClient(ClientSession session)Create an SFTP client from this session.default SftpClientSftpClientFactory. createSftpClient(ClientSession session, int version)Creates an SFTP client using the specified versiondefault SftpClientSftpClientFactory. createSftpClient(ClientSession session, SftpErrorDataHandler errorDataHandler)Create an SFTP client from this session.default SftpClientSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector)SftpClientSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpClientSftpClientHolder. getClient()default SftpClientSimpleSftpClient. sftpLogin(java.lang.String host, int port, java.lang.String username, java.lang.String password)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.lang.String host, int port, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.lang.String host, java.lang.String username, java.lang.String password)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.lang.String host, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.net.InetAddress host, int port, java.lang.String username, java.lang.String password)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.net.InetAddress host, int port, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.net.InetAddress host, java.lang.String username, java.lang.String password)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(java.net.InetAddress host, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session on the default port and logs in using the provided credentialsSftpClientSimpleSftpClient. sftpLogin(java.net.SocketAddress target, java.lang.String username, java.lang.String password)Creates an SFTP session using the provided credentialsSftpClientSimpleSftpClient. sftpLogin(java.net.SocketAddress target, java.lang.String username, java.security.KeyPair identity)Creates an SFTP session using the provided credentialsstatic SftpClientFullAccessSftpClient. singleSessionInstance(SftpClient client)default SftpClientSftpClient. singleSessionInstance()Creates anSftpClientinstance that also closes the underlyingclient sessionwhen the client instance is closed.Methods in org.apache.sshd.sftp.client with parameters of type SftpClient Modifier and Type Method Description static SftpClientFullAccessSftpClient. 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 SftpClient Modifier and Type Method Description default SftpClientExtensionSftpClientExtensionFactory. create(SftpClient client, RawSftpClient raw)SftpClientExtensionSftpClientExtensionFactory. create(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions, java.util.Map<java.lang.String,?> parsed) -
Uses of SftpClient in org.apache.sshd.sftp.client.extensions.helpers
Fields in org.apache.sshd.sftp.client.extensions.helpers declared as SftpClient Modifier and Type Field Description private SftpClientAbstractSftpClientExtension. clientMethods in org.apache.sshd.sftp.client.extensions.helpers that return SftpClient Modifier and Type Method Description SftpClientAbstractSftpClientExtension. getClient()Constructors in org.apache.sshd.sftp.client.extensions.helpers with parameters of type SftpClient Constructor Description AbstractCheckFileExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)AbstractMD5HashExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)AbstractSftpClientExtension(java.lang.String name, SftpClient client, RawSftpClient raw, boolean supported)AbstractSftpClientExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)AbstractSftpClientExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)CheckFileHandleExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)CheckFileNameExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)CopyDataExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)CopyFileExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)FilenameTranslationControlExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extras)FilenameTranslationControlExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)MD5FileExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)MD5HandleExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.String> extra)SpaceAvailableExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Collection<java.lang.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 SftpClient Constructor Description AbstractOpenSSHStatCommandExtension(java.lang.String name, SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)OpenSSHFsyncExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)OpenSSHPosixRenameExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)OpenSSHStatHandleExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions)OpenSSHStatPathExtensionImpl(SftpClient client, RawSftpClient raw, java.util.Map<java.lang.String,byte[]> extensions) -
Uses of SftpClient in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SftpClient Modifier and Type Class Description private classSftpFileSystem.WrapperFields in org.apache.sshd.sftp.client.fs declared as SftpClient Modifier and Type Field Description private SftpClientSftpFileSystem.Wrapper. delegateprivate SftpClientSftpDirectoryStream. sftpFields in org.apache.sshd.sftp.client.fs with type parameters of type SftpClient Modifier and Type Field Description private java.util.Queue<SftpClient>SftpFileSystem. poolMethods in org.apache.sshd.sftp.client.fs that return SftpClient Modifier and Type Method Description SftpClientSftpDirectoryStream. getClient()SftpClientSftpFileSystem. getClient()Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpClient Modifier and Type Method Description java.util.Collection<SftpClientDirectoryScanner.ScanDirEntry>SftpClientDirectoryScanner. scan(SftpClient client)Scans the currentbasedir<C extends java.util.Collection<SftpClientDirectoryScanner.ScanDirEntry>>
CSftpClientDirectoryScanner. scan(SftpClient client, java.util.function.Supplier<? extends C> factory)protected <C extends java.util.Collection<SftpClientDirectoryScanner.ScanDirEntry>>
CSftpClientDirectoryScanner. scandir(SftpClient client, java.lang.String rootDir, java.lang.String parent, C filesList)Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpClient Constructor Description 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 SftpClient Modifier and Type Class Description classAbstractSftpClientclassDefaultSftpClientFields in org.apache.sshd.sftp.client.impl declared as SftpClient Modifier and Type Field Description private SftpClientDefaultCloseableHandle. clientprivate SftpClientSftpDirEntryIterator. clientprivate SftpClientSftpIterableDirEntry. clientprivate SftpClientStfpIterableDirHandle. clientprotected SftpClientSftpRemotePathChannel. sftpMethods in org.apache.sshd.sftp.client.impl that return SftpClient Modifier and Type Method Description SftpClientDefaultSftpClientFactory. createSftpClient(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)protected SftpClientSimpleSftpClientImpl. createSftpClient(ClientSession session)protected SftpClientSimpleSftpClientImpl. createSftpClient(IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider)SftpClientSftpDirEntryIterator. getClient()SftpClientSftpIterableDirEntry. getClient()SftpClientStfpIterableDirHandle. getClient()SftpClientDefaultCloseableHandle. getSftpClient()SftpClientSimpleSftpClientImpl. sftpLogin(java.net.SocketAddress target, java.lang.String username, java.lang.String password)SftpClientSimpleSftpClientImpl. sftpLogin(java.net.SocketAddress target, java.lang.String username, java.security.KeyPair identity)Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClient Constructor Description DefaultCloseableHandle(SftpClient client, java.lang.String path, byte[] id)SftpDirEntryIterator(SftpClient client, java.lang.String path)SftpDirEntryIterator(SftpClient client, java.lang.String path, SftpClient.Handle dirHandle, boolean closeOnFinished)SftpDirEntryIterator(SftpClient client, SftpClient.Handle dirHandle)SftpIterableDirEntry(SftpClient client, java.lang.String path)SftpRemotePathChannel(java.lang.String path, SftpClient sftp, boolean closeOnExit, java.util.Collection<SftpClient.OpenMode> modes)StfpIterableDirHandle(SftpClient client, SftpClient.Handle handle)
-