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(String host, int port, String username, String password)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(String host, int port, String username, KeyPair identity)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(String host, String username, String password)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(String host, String username, KeyPair identity)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(InetAddress host, int port, String username, String password)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(InetAddress host, int port, String username, KeyPair identity)Creates an SFTP session using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(InetAddress host, String username, String password)Creates an SFTP session on the default port and logs in using the provided credentialsdefault SftpClientSimpleSftpClient. sftpLogin(InetAddress host, String username, KeyPair identity)Creates an SFTP session on the default port and logs in using the provided credentialsSftpClientSimpleSftpClient. sftpLogin(SocketAddress target, String username, String password)Creates an SFTP session using the provided credentialsSftpClientSimpleSftpClient. sftpLogin(SocketAddress target, String username, 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, Map<String,byte[]> extensions, Map<String,?> parsed) -
Uses of SftpClient in org.apache.sshd.sftp.client.extensions.helpers
Methods in org.apache.sshd.sftp.client.extensions.helpers that return SftpClient Modifier and Type Method Description SftpClientAbstractSftpClientExtension. getClient() -
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(String name, SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)OpenSSHFsyncExtensionImpl(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)OpenSSHLimitsExtensionImpl(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
Methods in org.apache.sshd.sftp.client.fs that return SftpClient Modifier and Type Method Description SftpClientSftpDirectoryStream. getClient()SftpClientSftpFileSystem. getClient()SftpClientSftpFileSystem.SftpClientHandle. getClient()SftpClientSftpFileSystem.SftpClientPool. poll()Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpClient Modifier and Type Method Description booleanSftpFileSystem.SftpClientPool. offer(SftpClient client)Collection<SftpClientDirectoryScanner.ScanDirEntry>SftpClientDirectoryScanner. 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 SftpClient Constructor Description SftpClientHandle(BlockingQueue<? extends SftpFileSystem.SftpClientHandle> pool, SftpClient client) -
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 protected 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(org.apache.sshd.common.util.io.functors.IOFunction<? super SimpleClient,? extends ClientSession> sessionProvider)SftpClientSftpDirEntryIterator. getClient()SftpClientSftpIterableDirEntry. getClient()SftpClientStfpIterableDirHandle. getClient()SftpClientDefaultCloseableHandle. getSftpClient()SftpClientSimpleSftpClientImpl. sftpLogin(SocketAddress target, String username, String password)SftpClientSimpleSftpClientImpl. sftpLogin(SocketAddress target, String username, KeyPair identity)Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpClient Constructor Description DefaultCloseableHandle(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)
-