| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_statvfs_struct.ByReference |
static class |
sftp_statvfs_struct.ByValue |
| Modifier and Type | Method and Description |
|---|---|
static sftp_statvfs_struct[] |
sftp_statvfs_struct.newArray(int arrayLength) |
protected sftp_statvfs_struct |
sftp_statvfs_struct.newInstance() |
sftp_statvfs_struct |
SshLibrary.sftp_fstatvfs(sftp_file_struct file) |
sftp_statvfs_struct |
SshLibrary.sftp_statvfs(sftp_session_struct sftp,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
SshLibrary.sftp_statvfs(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_statvfs(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_statvfs_struct |
SshLibrary.sftp_statvfs(sftp_session_struct sftp,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
SshLibrary.sftp_statvfs_free(sftp_statvfs_struct statvfs_o) |
Copyright © 2018. All rights reserved.