Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.sftp |
Modifier and Type | Method and Description |
---|---|
SftpClient.Handle |
SftpClient.open(String path,
EnumSet<SftpClient.OpenMode> options) |
SftpClient.Handle |
SftpClient.openDir(String path) |
Modifier and Type | Method and Description |
---|---|
void |
SftpClient.close(SftpClient.Handle handle) |
int |
SftpClient.read(SftpClient.Handle handle,
long fileOffset,
byte[] dst,
int dstoff,
int len) |
SftpClient.DirEntry[] |
SftpClient.readDir(SftpClient.Handle handle) |
void |
SftpClient.setStat(SftpClient.Handle handle,
SftpClient.Attributes attributes) |
SftpClient.Attributes |
SftpClient.stat(SftpClient.Handle handle) |
void |
SftpClient.write(SftpClient.Handle handle,
long fileOffset,
byte[] src,
int srcoff,
int len) |
Modifier and Type | Method and Description |
---|---|
protected SftpClient.Handle |
DefaultSftpClient.checkHandle(Buffer buffer) |
SftpClient.Handle |
DefaultSftpClient.open(String path,
EnumSet<SftpClient.OpenMode> options) |
SftpClient.Handle |
DefaultSftpClient.openDir(String path) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSftpClient.close(SftpClient.Handle handle) |
int |
DefaultSftpClient.read(SftpClient.Handle handle,
long fileOffset,
byte[] dst,
int dstoff,
int len) |
SftpClient.DirEntry[] |
DefaultSftpClient.readDir(SftpClient.Handle handle) |
void |
DefaultSftpClient.setStat(SftpClient.Handle handle,
SftpClient.Attributes attributes) |
SftpClient.Attributes |
DefaultSftpClient.stat(SftpClient.Handle handle) |
void |
DefaultSftpClient.write(SftpClient.Handle handle,
long fileOffset,
byte[] src,
int srcoff,
int len) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.