SshFxpAttrs(UnsignedInteger32 id,
FileAttributes attrs) |
Creates a new SshFxpAttrs object.
|
SshFxpClose(UnsignedInteger32 id,
byte[] handle) |
Creates a new SshFxpClose object.
|
SshFxpData(UnsignedInteger32 id,
byte[] data) |
Creates a new SshFxpData object.
|
SshFxpFSetStat(UnsignedInteger32 id,
byte[] handle,
FileAttributes attrs) |
Creates a new SshFxpFSetStat object.
|
SshFxpFStat(UnsignedInteger32 id,
byte[] handle) |
Creates a new SshFxpFStat object.
|
SshFxpHandle(UnsignedInteger32 id,
byte[] handle) |
Creates a new SshFxpHandle object.
|
SshFxpInit(UnsignedInteger32 version,
java.util.Map extended) |
Creates a new SshFxpInit object.
|
SshFxpLStat(UnsignedInteger32 id,
java.lang.String path) |
Creates a new SshFxpLStat object.
|
SshFxpMkdir(UnsignedInteger32 id,
java.lang.String path,
FileAttributes attrs) |
Creates a new SshFxpMkdir object.
|
SshFxpName(UnsignedInteger32 id,
SftpFile[] files) |
Creates a new SshFxpName object.
|
SshFxpOpen(UnsignedInteger32 id,
java.lang.String filename,
UnsignedInteger32 pflags,
FileAttributes attrs) |
|
SshFxpOpenDir(UnsignedInteger32 id,
java.lang.String path) |
Creates a new SshFxpOpenDir object.
|
SshFxpRead(UnsignedInteger32 id,
byte[] handle,
UnsignedInteger64 offset,
UnsignedInteger32 length) |
Creates a new SshFxpRead object.
|
SshFxpReadDir(UnsignedInteger32 id,
byte[] handle) |
Creates a new SshFxpReadDir object.
|
SshFxpReadlink(UnsignedInteger32 id,
java.lang.String path) |
Creates a new SshFxpReadlink object.
|
SshFxpRealPath(UnsignedInteger32 id,
java.lang.String path) |
Creates a new SshFxpRealPath object.
|
SshFxpRemove(UnsignedInteger32 id,
java.lang.String filename) |
Creates a new SshFxpRemove object.
|
SshFxpRename(UnsignedInteger32 id,
java.lang.String oldpath,
java.lang.String newpath) |
Creates a new SshFxpRename object.
|
SshFxpRmdir(UnsignedInteger32 id,
java.lang.String path) |
Creates a new SshFxpRmdir object.
|
SshFxpSetStat(UnsignedInteger32 id,
java.lang.String path,
FileAttributes attrs) |
Creates a new SshFxpSetStat object.
|
SshFxpStat(UnsignedInteger32 id,
java.lang.String path) |
Creates a new SshFxpStat object.
|
SshFxpStatus(UnsignedInteger32 id,
UnsignedInteger32 errorCode,
java.lang.String errorMessage,
java.lang.String languageTag) |
Creates a new SshFxpStatus object.
|
SshFxpSymlink(UnsignedInteger32 id,
java.lang.String targetpath,
java.lang.String linkpath) |
Creates a new SshFxpSymlink object.
|
SshFxpVersion(UnsignedInteger32 version,
java.util.Map extended) |
Creates a new SshFxpVersion object.
|
SshFxpWrite(UnsignedInteger32 id,
byte[] handle,
UnsignedInteger64 offset,
byte[] data,
int off,
int len) |
Creates a new SshFxpWrite object.
|