| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp |
| Modifier and Type | Method and Description |
|---|---|
protected SftpPath |
SftpFileSystem.create(String root,
ImmutableList<String> names) |
SftpPath |
SftpFileSystem.getDefaultDir() |
SftpPath |
SftpPath.toRealPath(LinkOption... options) |
protected SftpPath |
SftpFileSystemProvider.toSftpPath(Path path) |
| Constructor and Description |
|---|
SftpDirectoryStream(SftpPath path) |
SftpFileChannel(SftpPath p,
Collection<SftpClient.OpenMode> modes) |
SftpPathIterator(SftpPath path,
Iterable<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
Iterator<? extends SftpClient.DirEntry> iter) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.