| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Field and Description |
|---|---|
sftp_session_struct.ByReference |
sftp_client_message_struct.sftp |
sftp_session_struct.ByReference |
sftp_file_struct.sftp |
sftp_session_struct.ByReference |
sftp_dir_struct.sftp |
sftp_session_struct.ByReference |
sftp_packet_struct.sftp |
sftp_session_struct.ByReference |
sftp_message_struct.sftp |
| Modifier and Type | Method and Description |
|---|---|
protected sftp_session_struct.ByReference |
sftp_session_struct.newByReference() |
| Constructor and Description |
|---|
sftp_dir_struct(sftp_session_struct.ByReference sftp,
com.sun.jna.Pointer name,
SshLibrary.ssh_string handle,
SshLibrary.ssh_buffer buffer,
int count,
int eof) |
sftp_file_struct(sftp_session_struct.ByReference sftp,
com.sun.jna.Pointer name,
long offset,
SshLibrary.ssh_string handle,
int eof,
int nonblocking) |
sftp_message_struct(sftp_session_struct.ByReference sftp,
byte packet_type,
SshLibrary.ssh_buffer payload,
int id) |
sftp_packet_struct(sftp_session_struct.ByReference sftp,
byte type,
SshLibrary.ssh_buffer payload) |
Copyright © 2018. All rights reserved.