| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.sftp |
| Modifier and Type | Field and Description |
|---|---|
SftpClient.Attributes |
SftpClient.DirEntry.attributes |
| Modifier and Type | Method and Description |
|---|---|
SftpClient.Attributes |
SftpClient.lstat(java.lang.String path) |
SftpClient.Attributes |
SftpClient.Attributes.owner(int uid,
int gid) |
SftpClient.Attributes |
SftpClient.Attributes.perms(int perms) |
SftpClient.Attributes |
SftpClient.Attributes.size(long size) |
SftpClient.Attributes |
SftpClient.stat(SftpClient.Handle handle) |
SftpClient.Attributes |
SftpClient.stat(java.lang.String path) |
SftpClient.Attributes |
SftpClient.Attributes.time(int atime,
int mtime) |
| Modifier and Type | Method and Description |
|---|---|
void |
SftpClient.setStat(SftpClient.Handle handle,
SftpClient.Attributes attributes) |
void |
SftpClient.setStat(java.lang.String path,
SftpClient.Attributes attributes) |
| Constructor and Description |
|---|
SftpClient.DirEntry(java.lang.String filename,
java.lang.String longFilename,
SftpClient.Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected SftpClient.Attributes |
DefaultSftpClient.checkAttributes(Buffer buffer) |
SftpClient.Attributes |
DefaultSftpClient.lstat(java.lang.String path) |
protected SftpClient.Attributes |
DefaultSftpClient.readAttributes(Buffer buffer) |
SftpClient.Attributes |
DefaultSftpClient.stat(SftpClient.Handle handle) |
SftpClient.Attributes |
DefaultSftpClient.stat(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSftpClient.setStat(SftpClient.Handle handle,
SftpClient.Attributes attributes) |
void |
DefaultSftpClient.setStat(java.lang.String path,
SftpClient.Attributes attributes) |
protected void |
DefaultSftpClient.writeAttributes(Buffer buffer,
SftpClient.Attributes attributes) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.