| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_dir_struct.ByReference |
static class |
sftp_dir_struct.ByValue |
| Modifier and Type | Method and Description |
|---|---|
static sftp_dir_struct[] |
sftp_dir_struct.newArray(int arrayLength) |
protected sftp_dir_struct |
sftp_dir_struct.newInstance() |
sftp_dir_struct |
SshLibrary.sftp_opendir(sftp_session_struct session,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
SshLibrary.sftp_opendir(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_opendir(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_dir_struct |
SshLibrary.sftp_opendir(sftp_session_struct session,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
int |
SshLibrary.sftp_closedir(sftp_dir_struct dir) |
int |
SshLibrary.sftp_dir_eof(sftp_dir_struct dir) |
sftp_attributes_struct |
SshLibrary.sftp_readdir(sftp_session_struct session,
sftp_dir_struct dir) |
Copyright © 2018. All rights reserved.