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(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(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(String path,
SftpClient.Attributes attributes) |
Constructor and Description |
---|
DirEntry(String filename,
String longFilename,
SftpClient.Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
protected SftpClient.Attributes |
DefaultSftpClient.checkAttributes(Buffer buffer) |
SftpClient.Attributes |
DefaultSftpClient.lstat(String path) |
protected SftpClient.Attributes |
DefaultSftpClient.readAttributes(Buffer buffer) |
SftpClient.Attributes |
DefaultSftpClient.stat(SftpClient.Handle handle) |
SftpClient.Attributes |
DefaultSftpClient.stat(String path) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSftpClient.setStat(SftpClient.Handle handle,
SftpClient.Attributes attributes) |
void |
DefaultSftpClient.setStat(String path,
SftpClient.Attributes attributes) |
protected void |
DefaultSftpClient.writeAttributes(Buffer buffer,
SftpClient.Attributes attributes) |
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.