Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.sftp |
Modifier and Type | Method and Description |
---|---|
SftpClient.DirEntry[] |
SftpClient.readDir(SftpClient.Handle handle) |
Modifier and Type | Method and Description |
---|---|
Iterable<SftpClient.DirEntry> |
SftpClient.readDir(String path) |
Modifier and Type | Method and Description |
---|---|
SftpClient.DirEntry[] |
DefaultSftpClient.readDir(SftpClient.Handle handle) |
Modifier and Type | Method and Description |
---|---|
Iterable<SftpClient.DirEntry> |
DefaultSftpClient.readDir(String path) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.