| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Field and Description |
|---|---|
SshLibrary.ssh_buffer |
sftp_client_message_struct.attrbuf
used by sftp_reply_attrs
C type : ssh_buffer |
SshLibrary.ssh_buffer |
sftp_dir_struct.buffer
contains raw attributes from server which haven't been parsed
C type : ssh_buffer |
SshLibrary.ssh_buffer |
sftp_packet_struct.payload |
SshLibrary.ssh_buffer |
sftp_message_struct.payload |
| Modifier and Type | Method and Description |
|---|---|
SshLibrary.ssh_buffer |
SshLibrary.buffer_new()
Original signature :
ssh_buffer buffer_new()native declaration : /usr/include/libssh/legacy.h:37 |
| Modifier and Type | Method and Description |
|---|---|
int |
SshLibrary.ssh_packet_callback.apply(SshLibrary.ssh_session session,
byte type,
SshLibrary.ssh_buffer packet,
com.sun.jna.Pointer user) |
int |
SshLibrary.buffer_add_attributes(SshLibrary.ssh_buffer buffer,
sftp_attributes_struct attr)
Original signature :
int buffer_add_attributes(ssh_buffer, sftp_attributes)native declaration : /usr/include/libssh/sftp.h:771 |
void |
SshLibrary.buffer_free(SshLibrary.ssh_buffer buffer)
Original signature :
void buffer_free(ssh_buffer)native declaration : /usr/include/libssh/legacy.h:34 |
int |
SshLibrary.buffer_get_len(SshLibrary.ssh_buffer buffer)
Original signature :
uint32_t buffer_get_len(ssh_buffer)native declaration : /usr/include/libssh/legacy.h:36 |
com.sun.jna.Pointer |
SshLibrary.buffer_get(SshLibrary.ssh_buffer buffer)
Original signature :
void* buffer_get(ssh_buffer)native declaration : /usr/include/libssh/legacy.h:35 |
int |
SshLibrary.channel_read_buffer(SshLibrary.ssh_channel channel,
SshLibrary.ssh_buffer buffer,
int count,
int is_stderr)
Original signature :
int channel_read_buffer(ssh_channel, ssh_buffer, uint32_t, int)native declaration : /usr/include/libssh/legacy.h:58 |
int |
SshLibrary.sftp_packet_write(sftp_session_struct sftp,
byte type,
SshLibrary.ssh_buffer payload)
Original signature :
int sftp_packet_write(sftp_session, uint8_t, ssh_buffer)native declaration : /usr/include/libssh/sftp.h:769 |
sftp_attributes_struct |
SshLibrary.sftp_parse_attr(sftp_session_struct session,
SshLibrary.ssh_buffer buf,
int expectname)
Original signature :
sftp_attributes sftp_parse_attr(sftp_session, ssh_buffer, int)native declaration : /usr/include/libssh/sftp.h:772 |
| 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_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.