public interface SshLibrary
extends com.sun.jna.Library
| Modifier and Type | Interface and Description |
|---|---|
static class |
SshLibrary.sftp_ext |
static interface |
SshLibrary.sftp_ext_struct |
static interface |
SshLibrary.SOCKET |
static interface |
SshLibrary.ssh_auth_callback |
static interface |
SshLibrary.ssh_auth_e
native declaration : /usr/include/libssh/libssh.h:88
enum values |
static class |
SshLibrary.ssh_bind |
static interface |
SshLibrary.ssh_bind_incoming_connection_callback |
static interface |
SshLibrary.ssh_bind_options_e
native declaration : /usr/include/libssh/server.h:38
enum values |
static interface |
SshLibrary.ssh_bind_struct |
static class |
SshLibrary.ssh_buffer |
static interface |
SshLibrary.ssh_buffer_struct |
static interface |
SshLibrary.ssh_callback_data |
static interface |
SshLibrary.ssh_callback_int |
static interface |
SshLibrary.ssh_callback_int_int |
static class |
SshLibrary.ssh_channel |
static interface |
SshLibrary.ssh_channel_callback_data |
static interface |
SshLibrary.ssh_channel_callback_int |
static interface |
SshLibrary.ssh_channel_close_callback |
static interface |
SshLibrary.ssh_channel_data_callback |
static interface |
SshLibrary.ssh_channel_eof_callback |
static interface |
SshLibrary.ssh_channel_exit_signal_callback |
static interface |
SshLibrary.ssh_channel_exit_status_callback |
static interface |
SshLibrary.ssh_channel_requests_e
native declaration : /usr/include/libssh/libssh.h:122
enum values |
static interface |
SshLibrary.ssh_channel_signal_callback |
static interface |
SshLibrary.ssh_channel_struct |
static interface |
SshLibrary.ssh_channel_type_e
native declaration : /usr/include/libssh/libssh.h:114
enum values |
static interface |
SshLibrary.ssh_error_types_e
native declaration : /usr/include/libssh/libssh.h:164
enum values |
static interface |
SshLibrary.ssh_global_request_callback |
static interface |
SshLibrary.ssh_global_requests_e
native declaration : /usr/include/libssh/libssh.h:132
enum values |
static interface |
SshLibrary.ssh_kex_types_e
the offsets of methods
native declaration : /usr/include/libssh/libssh.h:70 enum values |
static interface |
SshLibrary.ssh_keytypes_e
some types for keys
native declaration : /usr/include/libssh/libssh.h:172 enum values |
static interface |
SshLibrary.ssh_log_callback |
static class |
SshLibrary.ssh_message |
static interface |
SshLibrary.ssh_message_callback |
static interface |
SshLibrary.ssh_message_struct |
static interface |
SshLibrary.ssh_options_e
native declaration : /usr/include/libssh/libssh.h:213
enum values |
static interface |
SshLibrary.ssh_packet_callback |
static class |
SshLibrary.ssh_pcap_file |
static interface |
SshLibrary.ssh_pcap_file_struct |
static class |
SshLibrary.ssh_private_key |
static interface |
SshLibrary.ssh_private_key_struct |
static class |
SshLibrary.ssh_public_key |
static interface |
SshLibrary.ssh_public_key_struct |
static interface |
SshLibrary.ssh_publickey_state_e
native declaration : /usr/include/libssh/libssh.h:138
enum values |
static interface |
SshLibrary.ssh_requests_e
messages
native declaration : /usr/include/libssh/libssh.h:106 enum values |
static class |
SshLibrary.ssh_scp |
static interface |
SshLibrary.ssh_scp_request_types
native declaration : /usr/include/libssh/libssh.h:248
enum values |
static interface |
SshLibrary.ssh_scp_struct |
static interface |
SshLibrary.ssh_server_known_e
native declaration : /usr/include/libssh/libssh.h:150
enum values |
static class |
SshLibrary.ssh_session |
static interface |
SshLibrary.ssh_session_struct |
static interface |
SshLibrary.ssh_set_message_callback_arg1_ssh_bind_message_callback_callback |
static interface |
SshLibrary.ssh_status_callback |
static class |
SshLibrary.ssh_string |
static interface |
SshLibrary.ssh_string_struct |
static interface |
SshLibrary.ssh_thread_callback |
static interface |
SshLibrary.ssh_thread_id_callback |
static interface |
SshLibrary.timeval |
| Modifier and Type | Method and Description |
|---|---|
int |
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 |
buffer_free(SshLibrary.ssh_buffer buffer)
Original signature :
void buffer_free(ssh_buffer)native declaration : /usr/include/libssh/legacy.h:34 |
int |
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 |
buffer_get(SshLibrary.ssh_buffer buffer)
Original signature :
void* buffer_get(ssh_buffer)native declaration : /usr/include/libssh/legacy.h:35 |
SshLibrary.ssh_buffer |
buffer_new()
Original signature :
ssh_buffer buffer_new()native declaration : /usr/include/libssh/legacy.h:37 |
SshLibrary.ssh_channel |
channel_accept_x11(SshLibrary.ssh_channel channel,
int timeout_ms)
Original signature :
ssh_channel channel_accept_x11(ssh_channel, int)native declaration : /usr/include/libssh/legacy.h:39 |
int |
channel_change_pty_size(SshLibrary.ssh_channel channel,
int cols,
int rows)
Original signature :
int channel_change_pty_size(ssh_channel, int, int)native declaration : /usr/include/libssh/legacy.h:40 |
int |
channel_close(SshLibrary.ssh_channel channel)
Original signature :
int channel_close(ssh_channel)native declaration : /usr/include/libssh/legacy.h:42 |
SshLibrary.ssh_channel |
channel_forward_accept(SshLibrary.ssh_session session,
int timeout_ms)
Original signature :
ssh_channel channel_forward_accept(ssh_session, int)native declaration : /usr/include/libssh/legacy.h:41 |
int |
channel_forward_cancel(SshLibrary.ssh_session session,
com.sun.jna.Pointer address,
int port)
Deprecated.
|
int |
channel_forward_cancel(SshLibrary.ssh_session session,
java.lang.String address,
int port)
Original signature :
int channel_forward_cancel(ssh_session, const char*, int)native declaration : /usr/include/libssh/legacy.h:43 |
int |
channel_forward_listen(SshLibrary.ssh_session session,
com.sun.jna.Pointer address,
int port,
com.sun.jna.ptr.IntByReference bound_port)
|
int |
channel_forward_listen(SshLibrary.ssh_session session,
java.lang.String address,
int port,
java.nio.IntBuffer bound_port)
Original signature :
int channel_forward_listen(ssh_session, const char*, int, int*)native declaration : /usr/include/libssh/legacy.h:44 |
void |
channel_free(SshLibrary.ssh_channel channel)
Original signature :
void channel_free(ssh_channel)native declaration : /usr/include/libssh/legacy.h:45 |
int |
channel_get_exit_status(SshLibrary.ssh_channel channel)
Original signature :
int channel_get_exit_status(ssh_channel)native declaration : /usr/include/libssh/legacy.h:46 |
SshLibrary.ssh_session |
channel_get_session(SshLibrary.ssh_channel channel)
Original signature :
ssh_session channel_get_session(ssh_channel)native declaration : /usr/include/libssh/legacy.h:47 |
int |
channel_is_closed(SshLibrary.ssh_channel channel)
Original signature :
int channel_is_closed(ssh_channel)native declaration : /usr/include/libssh/legacy.h:48 |
int |
channel_is_eof(SshLibrary.ssh_channel channel)
Original signature :
int channel_is_eof(ssh_channel)native declaration : /usr/include/libssh/legacy.h:49 |
int |
channel_is_open(SshLibrary.ssh_channel channel)
Original signature :
int channel_is_open(ssh_channel)native declaration : /usr/include/libssh/legacy.h:50 |
SshLibrary.ssh_channel |
channel_new(SshLibrary.ssh_session session)
Original signature :
ssh_channel channel_new(ssh_session)native declaration : /usr/include/libssh/legacy.h:51 |
int |
channel_open_forward(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer remotehost,
int remoteport,
com.sun.jna.Pointer sourcehost,
int localport)
|
int |
channel_open_forward(SshLibrary.ssh_channel channel,
java.lang.String remotehost,
int remoteport,
java.lang.String sourcehost,
int localport)
Original signature :
int channel_open_forward(ssh_channel, const char*, int, const char*, int)native declaration : /usr/include/libssh/legacy.h:52 |
int |
channel_open_session(SshLibrary.ssh_channel channel)
Original signature :
int channel_open_session(ssh_channel)native declaration : /usr/include/libssh/legacy.h:54 |
int |
channel_poll(SshLibrary.ssh_channel channel,
int is_stderr)
Original signature :
int channel_poll(ssh_channel, int)native declaration : /usr/include/libssh/legacy.h:55 |
int |
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 |
channel_read_nonblocking(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer dest,
int count,
int is_stderr)
Original signature :
int channel_read_nonblocking(ssh_channel, void*, uint32_t, int)native declaration : /usr/include/libssh/legacy.h:61 |
int |
channel_read(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer dest,
int count,
int is_stderr)
Original signature :
int channel_read(ssh_channel, void*, uint32_t, int)native declaration : /usr/include/libssh/legacy.h:56 |
int |
channel_request_env(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer name,
com.sun.jna.Pointer value)
Deprecated.
|
int |
channel_request_env(SshLibrary.ssh_channel channel,
java.lang.String name,
java.lang.String value)
Original signature :
int channel_request_env(ssh_channel, const char*, const char*)native declaration : /usr/include/libssh/legacy.h:63 |
int |
channel_request_exec(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer cmd)
Deprecated.
use the safer methods
channel_request_exec(ssh.SshLibrary.ssh_channel, java.lang.String) and channel_request_exec(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer) instead |
int |
channel_request_exec(SshLibrary.ssh_channel channel,
java.lang.String cmd)
Original signature :
int channel_request_exec(ssh_channel, const char*)native declaration : /usr/include/libssh/legacy.h:64 |
int |
channel_request_pty_size(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer term,
int cols,
int rows)
Deprecated.
|
int |
channel_request_pty_size(SshLibrary.ssh_channel channel,
java.lang.String term,
int cols,
int rows)
Original signature :
int channel_request_pty_size(ssh_channel, const char*, int, int)native declaration : /usr/include/libssh/legacy.h:66 |
int |
channel_request_pty(SshLibrary.ssh_channel channel)
Original signature :
int channel_request_pty(ssh_channel)native declaration : /usr/include/libssh/legacy.h:65 |
int |
channel_request_send_signal(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer signum)
Deprecated.
|
int |
channel_request_send_signal(SshLibrary.ssh_channel channel,
java.lang.String signum)
Original signature :
int channel_request_send_signal(ssh_channel, const char*)native declaration : /usr/include/libssh/legacy.h:69 |
int |
channel_request_sftp(SshLibrary.ssh_channel channel)
Original signature :
int channel_request_sftp(ssh_channel)native declaration : /usr/include/libssh/legacy.h:70 |
int |
channel_request_shell(SshLibrary.ssh_channel channel)
Original signature :
int channel_request_shell(ssh_channel)native declaration : /usr/include/libssh/legacy.h:68 |
int |
channel_request_subsystem(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer subsystem)
Deprecated.
|
int |
channel_request_subsystem(SshLibrary.ssh_channel channel,
java.lang.String subsystem)
Original signature :
int channel_request_subsystem(ssh_channel, const char*)native declaration : /usr/include/libssh/legacy.h:71 |
int |
channel_request_x11(SshLibrary.ssh_channel channel,
int single_connection,
com.sun.jna.Pointer protocol,
com.sun.jna.Pointer cookie,
int screen_number)
|
int |
channel_request_x11(SshLibrary.ssh_channel channel,
int single_connection,
java.lang.String protocol,
java.lang.String cookie,
int screen_number)
Original signature :
int channel_request_x11(ssh_channel, int, const char*, const char*, int)native declaration : /usr/include/libssh/legacy.h:72 |
int |
channel_select(com.sun.jna.ptr.PointerByReference readchans,
com.sun.jna.ptr.PointerByReference writechans,
com.sun.jna.ptr.PointerByReference exceptchans,
com.sun.jna.Pointer timeout)
Original signature :
int channel_select(ssh_channel*, ssh_channel*, ssh_channel*, timeval*)native declaration : /usr/include/libssh/legacy.h:75 |
int |
channel_send_eof(SshLibrary.ssh_channel channel)
Original signature :
int channel_send_eof(ssh_channel)native declaration : /usr/include/libssh/legacy.h:74 |
void |
channel_set_blocking(SshLibrary.ssh_channel channel,
int blocking)
Original signature :
void channel_set_blocking(ssh_channel, int)native declaration : /usr/include/libssh/legacy.h:77 |
int |
channel_write_stderr(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer data,
int len)
Original signature :
int channel_write_stderr(ssh_channel, const void*, uint32_t)native declaration : /usr/include/libssh/server.h:305 |
int |
channel_write(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer data,
int len)
Original signature :
int channel_write(ssh_channel, const void*, uint32_t)native declaration : /usr/include/libssh/legacy.h:78 |
void |
privatekey_free(SshLibrary.ssh_private_key prv)
Original signature :
void privatekey_free(ssh_private_key)native declaration : /usr/include/libssh/legacy.h:80 |
SshLibrary.ssh_private_key |
privatekey_from_file(SshLibrary.ssh_session session,
com.sun.jna.Pointer filename,
int type,
com.sun.jna.Pointer passphrase)
Deprecated.
|
SshLibrary.ssh_private_key |
privatekey_from_file(SshLibrary.ssh_session session,
java.lang.String filename,
int type,
java.lang.String passphrase)
Original signature :
ssh_private_key privatekey_from_file(ssh_session, const char*, int, const char*)native declaration : /usr/include/libssh/legacy.h:81 |
void |
publickey_free(SshLibrary.ssh_public_key key)
Original signature :
void publickey_free(ssh_public_key)native declaration : /usr/include/libssh/legacy.h:83 |
SshLibrary.ssh_string |
publickey_from_file(SshLibrary.ssh_session session,
com.sun.jna.Pointer filename,
com.sun.jna.ptr.IntByReference type)
Deprecated.
|
SshLibrary.ssh_string |
publickey_from_file(SshLibrary.ssh_session session,
java.lang.String filename,
java.nio.IntBuffer type)
Original signature :
ssh_string publickey_from_file(ssh_session, const char*, int*)native declaration : /usr/include/libssh/legacy.h:86 |
SshLibrary.ssh_public_key |
publickey_from_privatekey(SshLibrary.ssh_private_key prv)
Original signature :
ssh_public_key publickey_from_privatekey(ssh_private_key)native declaration : /usr/include/libssh/legacy.h:88 |
SshLibrary.ssh_string |
publickey_to_string(SshLibrary.ssh_public_key key)
Original signature :
ssh_string publickey_to_string(ssh_public_key)native declaration : /usr/include/libssh/legacy.h:89 |
int |
sftp_async_read_begin(sftp_file_struct file,
int len) |
int |
sftp_async_read(sftp_file_struct file,
com.sun.jna.Pointer data,
int len,
int id) |
void |
sftp_attributes_free(sftp_attributes_struct file) |
com.sun.jna.Pointer |
sftp_canonicalize_path(sftp_session_struct sftp,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
sftp_canonicalize_path(ssh.sftp_session_struct, java.lang.String) and sftp_canonicalize_path(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
com.sun.jna.Pointer |
sftp_canonicalize_path(sftp_session_struct sftp,
java.lang.String path) |
int |
sftp_chmod(sftp_session_struct sftp,
com.sun.jna.Pointer file,
int mode)
Deprecated.
use the safer methods
sftp_chmod(ssh.sftp_session_struct, java.lang.String, int) and sftp_chmod(ssh.sftp_session_struct, com.sun.jna.Pointer, int) instead |
int |
sftp_chmod(sftp_session_struct sftp,
java.lang.String file,
int mode) |
int |
sftp_chown(sftp_session_struct sftp,
com.sun.jna.Pointer file,
int owner,
int group)
Deprecated.
use the safer methods
sftp_chown(ssh.sftp_session_struct, java.lang.String, int, int) and sftp_chown(ssh.sftp_session_struct, com.sun.jna.Pointer, int, int) instead |
int |
sftp_chown(sftp_session_struct sftp,
java.lang.String file,
int owner,
int group) |
void |
sftp_client_message_free(sftp_client_message_struct msg)
Original signature :
void sftp_client_message_free(sftp_client_message)native declaration : /usr/include/libssh/sftp.h:776 |
int |
sftp_close(sftp_file_struct file) |
int |
sftp_closedir(sftp_dir_struct dir) |
int |
sftp_dir_eof(sftp_dir_struct dir) |
int |
sftp_extension_supported(sftp_session_struct sftp,
com.sun.jna.Pointer name,
com.sun.jna.Pointer data)
Deprecated.
|
int |
sftp_extension_supported(sftp_session_struct sftp,
java.lang.String name,
java.lang.String data) |
int |
sftp_extensions_get_count(sftp_session_struct sftp) |
java.lang.String |
sftp_extensions_get_data(sftp_session_struct sftp,
int indexn) |
java.lang.String |
sftp_extensions_get_name(sftp_session_struct sftp,
int indexn) |
void |
sftp_file_set_blocking(sftp_file_struct handle)
Original signature :
void sftp_file_set_blocking(sftp_file)native declaration : /usr/include/libssh/sftp.h:418 |
void |
sftp_file_set_nonblocking(sftp_file_struct handle)
Original signature :
void sftp_file_set_nonblocking(sftp_file)native declaration : /usr/include/libssh/sftp.h:416 |
void |
sftp_free(sftp_session_struct sftp) |
sftp_attributes_struct |
sftp_fstat(sftp_file_struct file) |
sftp_statvfs_struct |
sftp_fstatvfs(sftp_file_struct file) |
sftp_client_message_struct |
sftp_get_client_message(sftp_session_struct sftp)
Original signature :
sftp_client_message sftp_get_client_message(sftp_session)native declaration : /usr/include/libssh/sftp.h:775 |
int |
sftp_get_error(sftp_session_struct sftp) |
SshLibrary.ssh_string |
sftp_handle_alloc(sftp_session_struct sftp,
com.sun.jna.Pointer info)
Original signature :
ssh_string sftp_handle_alloc(sftp_session, void*)native declaration : /usr/include/libssh/sftp.h:780 |
void |
sftp_handle_remove(sftp_session_struct sftp,
com.sun.jna.Pointer handle)
Original signature :
void sftp_handle_remove(sftp_session, void*)native declaration : /usr/include/libssh/sftp.h:788 |
com.sun.jna.Pointer |
sftp_handle(sftp_session_struct sftp,
SshLibrary.ssh_string handle)
Original signature :
void* sftp_handle(sftp_session, ssh_string)native declaration : /usr/include/libssh/sftp.h:782 |
int |
sftp_init(sftp_session_struct sftp) |
sftp_attributes_struct |
sftp_lstat(sftp_session_struct session,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
sftp_lstat(ssh.sftp_session_struct, java.lang.String) and sftp_lstat(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_attributes_struct |
sftp_lstat(sftp_session_struct session,
java.lang.String path) |
int |
sftp_mkdir(sftp_session_struct sftp,
com.sun.jna.Pointer directory,
int mode)
Deprecated.
use the safer methods
sftp_mkdir(ssh.sftp_session_struct, java.lang.String, int) and sftp_mkdir(ssh.sftp_session_struct, com.sun.jna.Pointer, int) instead |
int |
sftp_mkdir(sftp_session_struct sftp,
java.lang.String directory,
int mode) |
sftp_session_struct |
sftp_new(SshLibrary.ssh_session session) |
sftp_file_struct |
sftp_open(sftp_session_struct session,
com.sun.jna.Pointer file,
int accesstype,
int mode)
Deprecated.
use the safer methods
sftp_open(ssh.sftp_session_struct, java.lang.String, int, int) and sftp_open(ssh.sftp_session_struct, com.sun.jna.Pointer, int, int) instead |
sftp_file_struct |
sftp_open(sftp_session_struct session,
java.lang.String file,
int accesstype,
int mode) |
sftp_dir_struct |
sftp_opendir(sftp_session_struct session,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
sftp_opendir(ssh.sftp_session_struct, java.lang.String) and sftp_opendir(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_dir_struct |
sftp_opendir(sftp_session_struct session,
java.lang.String path) |
void |
sftp_packet_free(sftp_packet_struct packet)
Original signature :
void sftp_packet_free(sftp_packet)native declaration : /usr/include/libssh/sftp.h:770 |
sftp_packet_struct |
sftp_packet_read(sftp_session_struct sftp)
Original signature :
sftp_packet sftp_packet_read(sftp_session)native declaration : /usr/include/libssh/sftp.h:768 |
int |
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 |
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 |
int |
sftp_read(sftp_file_struct file,
com.sun.jna.Pointer buf,
com.ochafik.lang.jnaerator.runtime.NativeSize count) |
sftp_attributes_struct |
sftp_readdir(sftp_session_struct session,
sftp_dir_struct dir) |
com.sun.jna.Pointer |
sftp_readlink(sftp_session_struct sftp,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
sftp_readlink(ssh.sftp_session_struct, java.lang.String) and sftp_readlink(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
com.sun.jna.Pointer |
sftp_readlink(sftp_session_struct sftp,
java.lang.String path) |
int |
sftp_rename(sftp_session_struct sftp,
com.sun.jna.Pointer original,
com.sun.jna.Pointer newname)
Deprecated.
|
int |
sftp_rename(sftp_session_struct sftp,
java.lang.String original,
java.lang.String newname) |
int |
sftp_reply_attr(sftp_client_message_struct msg,
sftp_attributes_struct attr)
Original signature :
int sftp_reply_attr(sftp_client_message, sftp_attributes)native declaration : /usr/include/libssh/sftp.h:781 |
int |
sftp_reply_data(sftp_client_message_struct msg,
com.sun.jna.Pointer data,
int len)
Original signature :
int sftp_reply_data(sftp_client_message, const void*, int)native declaration : /usr/include/libssh/sftp.h:787 |
int |
sftp_reply_handle(sftp_client_message_struct msg,
SshLibrary.ssh_string handle)
Original signature :
int sftp_reply_handle(sftp_client_message, ssh_string)native declaration : /usr/include/libssh/sftp.h:779 |
int |
sftp_reply_name(sftp_client_message_struct msg,
com.sun.jna.Pointer name,
sftp_attributes_struct attr)
|
int |
sftp_reply_name(sftp_client_message_struct msg,
java.lang.String name,
sftp_attributes_struct attr)
Original signature :
int sftp_reply_name(sftp_client_message, const char*, sftp_attributes)native declaration : /usr/include/libssh/sftp.h:777 |
int |
sftp_reply_names_add(sftp_client_message_struct msg,
com.sun.jna.Pointer file,
com.sun.jna.Pointer longname,
sftp_attributes_struct attr)
|
int |
sftp_reply_names_add(sftp_client_message_struct msg,
java.lang.String file,
java.lang.String longname,
sftp_attributes_struct attr)
Original signature :
int sftp_reply_names_add(sftp_client_message, const char*, const char*, sftp_attributes)native declaration : /usr/include/libssh/sftp.h:784 |
int |
sftp_reply_names(sftp_client_message_struct msg)
Original signature :
int sftp_reply_names(sftp_client_message)native declaration : /usr/include/libssh/sftp.h:786 |
int |
sftp_reply_status(sftp_client_message_struct msg,
int status,
com.sun.jna.Pointer message)
Deprecated.
|
int |
sftp_reply_status(sftp_client_message_struct msg,
int status,
java.lang.String message)
Original signature :
int sftp_reply_status(sftp_client_message, uint32_t, const char*)native declaration : /usr/include/libssh/sftp.h:783 |
void |
sftp_rewind(sftp_file_struct file) |
int |
sftp_rmdir(sftp_session_struct sftp,
com.sun.jna.Pointer directory)
Deprecated.
use the safer methods
sftp_rmdir(ssh.sftp_session_struct, java.lang.String) and sftp_rmdir(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
int |
sftp_rmdir(sftp_session_struct sftp,
java.lang.String directory) |
int |
sftp_seek(sftp_file_struct file,
int new_offset) |
int |
sftp_seek64(sftp_file_struct file,
long new_offset) |
int |
sftp_server_version(sftp_session_struct sftp) |
int |
sftp_setstat(sftp_session_struct sftp,
com.sun.jna.Pointer file,
sftp_attributes_struct attr)
Deprecated.
|
int |
sftp_setstat(sftp_session_struct sftp,
java.lang.String file,
sftp_attributes_struct attr) |
sftp_attributes_struct |
sftp_stat(sftp_session_struct session,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
sftp_stat(ssh.sftp_session_struct, java.lang.String) and sftp_stat(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_attributes_struct |
sftp_stat(sftp_session_struct session,
java.lang.String path) |
void |
sftp_statvfs_free(sftp_statvfs_struct statvfs_o) |
sftp_statvfs_struct |
sftp_statvfs(sftp_session_struct sftp,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
sftp_statvfs(ssh.sftp_session_struct, java.lang.String) and sftp_statvfs(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_statvfs_struct |
sftp_statvfs(sftp_session_struct sftp,
java.lang.String path) |
int |
sftp_symlink(sftp_session_struct sftp,
com.sun.jna.Pointer target,
com.sun.jna.Pointer dest)
Deprecated.
|
int |
sftp_symlink(sftp_session_struct sftp,
java.lang.String target,
java.lang.String dest) |
int |
sftp_tell(sftp_file_struct file) |
long |
sftp_tell64(sftp_file_struct file) |
int |
sftp_unlink(sftp_session_struct sftp,
com.sun.jna.Pointer file)
Deprecated.
use the safer methods
sftp_unlink(ssh.sftp_session_struct, java.lang.String) and sftp_unlink(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
int |
sftp_unlink(sftp_session_struct sftp,
java.lang.String file) |
int |
sftp_utimes(sftp_session_struct sftp,
com.sun.jna.Pointer file,
com.sun.jna.Pointer times)
Deprecated.
|
int |
sftp_utimes(sftp_session_struct sftp,
java.lang.String file,
com.sun.jna.Pointer times) |
int |
sftp_write(sftp_file_struct file,
com.sun.jna.Pointer buf,
com.ochafik.lang.jnaerator.runtime.NativeSize count) |
int |
ssh_accept(SshLibrary.ssh_session session)
deprecated functions
Original signature : int ssh_accept(ssh_session)native declaration : /usr/include/libssh/server.h:304 |
int |
ssh_auth_list(SshLibrary.ssh_session session)
Original signature :
int ssh_auth_list(ssh_session)native declaration : /usr/include/libssh/libssh.h:300 |
com.sun.jna.Pointer |
ssh_basename(com.sun.jna.Pointer path)
Deprecated.
use the safer methods
ssh_basename(java.lang.String) and ssh_basename(com.sun.jna.Pointer) instead |
com.sun.jna.Pointer |
ssh_basename(java.lang.String path)
Original signature :
char* ssh_basename(const char*)native declaration : /usr/include/libssh/libssh.h:301 |
int |
ssh_bind_accept(SshLibrary.ssh_bind ssh_bind_o,
SshLibrary.ssh_session session) |
void |
ssh_bind_fd_toaccept(SshLibrary.ssh_bind ssh_bind_o) |
void |
ssh_bind_free(SshLibrary.ssh_bind ssh_bind_o) |
SshLibrary.SOCKET |
ssh_bind_get_fd(SshLibrary.ssh_bind ssh_bind_o) |
int |
ssh_bind_listen(SshLibrary.ssh_bind ssh_bind_o) |
SshLibrary.ssh_bind |
ssh_bind_new() |
int |
ssh_bind_options_set(SshLibrary.ssh_bind sshbind,
int type,
com.sun.jna.Pointer value) |
void |
ssh_bind_set_blocking(SshLibrary.ssh_bind ssh_bind_o,
int blocking) |
int |
ssh_bind_set_callbacks(SshLibrary.ssh_bind sshbind,
ssh_bind_callbacks_struct callbacks,
com.sun.jna.Pointer userdata) |
void |
ssh_bind_set_fd(SshLibrary.ssh_bind ssh_bind_o,
SshLibrary.SOCKET fd) |
int |
ssh_blocking_flush(SshLibrary.ssh_session session,
int timeout)
Original signature :
int ssh_blocking_flush(ssh_session, int)native declaration : /usr/include/libssh/libssh.h:261 |
SshLibrary.ssh_channel |
ssh_channel_accept_x11(SshLibrary.ssh_channel channel,
int timeout_ms)
Original signature :
ssh_channel ssh_channel_accept_x11(ssh_channel, int)native declaration : /usr/include/libssh/libssh.h:262 |
int |
ssh_channel_change_pty_size(SshLibrary.ssh_channel channel,
int cols,
int rows)
Original signature :
int ssh_channel_change_pty_size(ssh_channel, int, int)native declaration : /usr/include/libssh/libssh.h:263 |
int |
ssh_channel_close(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_close(ssh_channel)native declaration : /usr/include/libssh/libssh.h:264 |
void |
ssh_channel_free(SshLibrary.ssh_channel channel)
Original signature :
void ssh_channel_free(ssh_channel)native declaration : /usr/include/libssh/libssh.h:265 |
int |
ssh_channel_get_exit_status(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_get_exit_status(ssh_channel)native declaration : /usr/include/libssh/libssh.h:266 |
SshLibrary.ssh_session |
ssh_channel_get_session(SshLibrary.ssh_channel channel)
Original signature :
ssh_session ssh_channel_get_session(ssh_channel)native declaration : /usr/include/libssh/libssh.h:267 |
int |
ssh_channel_is_closed(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_is_closed(ssh_channel)native declaration : /usr/include/libssh/libssh.h:268 |
int |
ssh_channel_is_eof(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_is_eof(ssh_channel)native declaration : /usr/include/libssh/libssh.h:269 |
int |
ssh_channel_is_open(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_is_open(ssh_channel)native declaration : /usr/include/libssh/libssh.h:270 |
SshLibrary.ssh_channel |
ssh_channel_new(SshLibrary.ssh_session session)
Original signature :
ssh_channel ssh_channel_new(ssh_session)native declaration : /usr/include/libssh/libssh.h:271 |
int |
ssh_channel_open_forward(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer remotehost,
int remoteport,
com.sun.jna.Pointer sourcehost,
int localport)
|
int |
ssh_channel_open_forward(SshLibrary.ssh_channel channel,
java.lang.String remotehost,
int remoteport,
java.lang.String sourcehost,
int localport)
Original signature :
int ssh_channel_open_forward(ssh_channel, const char*, int, const char*, int)native declaration : /usr/include/libssh/libssh.h:272 |
int |
ssh_channel_open_reverse_forward(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer remotehost,
int remoteport,
com.sun.jna.Pointer sourcehost,
int localport)
|
int |
ssh_channel_open_reverse_forward(SshLibrary.ssh_channel channel,
java.lang.String remotehost,
int remoteport,
java.lang.String sourcehost,
int localport)
Original signature :
int ssh_channel_open_reverse_forward(ssh_channel, const char*, int, const char*, int)native declaration : /usr/include/libssh/server.h:289 |
int |
ssh_channel_open_session(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_open_session(ssh_channel)native declaration : /usr/include/libssh/libssh.h:274 |
int |
ssh_channel_poll(SshLibrary.ssh_channel channel,
int is_stderr)
Original signature :
int ssh_channel_poll(ssh_channel, int)native declaration : /usr/include/libssh/libssh.h:275 |
int |
ssh_channel_read_nonblocking(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer dest,
int count,
int is_stderr)
Original signature :
int ssh_channel_read_nonblocking(ssh_channel, void*, uint32_t, int)native declaration : /usr/include/libssh/libssh.h:277 |
int |
ssh_channel_read(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer dest,
int count,
int is_stderr)
Original signature :
int ssh_channel_read(ssh_channel, void*, uint32_t, int)native declaration : /usr/include/libssh/libssh.h:276 |
int |
ssh_channel_request_env(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer name,
com.sun.jna.Pointer value)
Deprecated.
|
int |
ssh_channel_request_env(SshLibrary.ssh_channel channel,
java.lang.String name,
java.lang.String value)
Original signature :
int ssh_channel_request_env(ssh_channel, const char*, const char*)native declaration : /usr/include/libssh/libssh.h:279 |
int |
ssh_channel_request_exec(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer cmd)
Deprecated.
|
int |
ssh_channel_request_exec(SshLibrary.ssh_channel channel,
java.lang.String cmd)
Original signature :
int ssh_channel_request_exec(ssh_channel, const char*)native declaration : /usr/include/libssh/libssh.h:280 |
int |
ssh_channel_request_pty_size(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer term,
int cols,
int rows)
Deprecated.
|
int |
ssh_channel_request_pty_size(SshLibrary.ssh_channel channel,
java.lang.String term,
int cols,
int rows)
Original signature :
int ssh_channel_request_pty_size(ssh_channel, const char*, int, int)native declaration : /usr/include/libssh/libssh.h:282 |
int |
ssh_channel_request_pty(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_request_pty(ssh_channel)native declaration : /usr/include/libssh/libssh.h:281 |
int |
ssh_channel_request_send_exit_signal(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer signum,
int core,
com.sun.jna.Pointer errmsg,
com.sun.jna.Pointer lang)
Deprecated.
|
int |
ssh_channel_request_send_exit_signal(SshLibrary.ssh_channel channel,
java.lang.String signum,
int core,
java.lang.String errmsg,
java.lang.String lang)
Original signature :
int ssh_channel_request_send_exit_signal(ssh_channel, const char*, int, const char*, const char*)native declaration : /usr/include/libssh/server.h:294 |
int |
ssh_channel_request_send_exit_status(SshLibrary.ssh_channel channel,
int exit_status)
Original signature :
int ssh_channel_request_send_exit_status(ssh_channel, int)native declaration : /usr/include/libssh/server.h:292 |
int |
ssh_channel_request_send_signal(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer signum)
Deprecated.
|
int |
ssh_channel_request_send_signal(SshLibrary.ssh_channel channel,
java.lang.String signum)
Original signature :
int ssh_channel_request_send_signal(ssh_channel, const char*)native declaration : /usr/include/libssh/libssh.h:285 |
int |
ssh_channel_request_sftp(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_request_sftp(ssh_channel)native declaration : /usr/include/libssh/libssh.h:286 |
int |
ssh_channel_request_shell(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_request_shell(ssh_channel)native declaration : /usr/include/libssh/libssh.h:284 |
int |
ssh_channel_request_subsystem(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer subsystem)
Deprecated.
|
int |
ssh_channel_request_subsystem(SshLibrary.ssh_channel channel,
java.lang.String subsystem)
Original signature :
int ssh_channel_request_subsystem(ssh_channel, const char*)native declaration : /usr/include/libssh/libssh.h:287 |
int |
ssh_channel_request_x11(SshLibrary.ssh_channel channel,
int single_connection,
com.sun.jna.Pointer protocol,
com.sun.jna.Pointer cookie,
int screen_number)
|
int |
ssh_channel_request_x11(SshLibrary.ssh_channel channel,
int single_connection,
java.lang.String protocol,
java.lang.String cookie,
int screen_number)
Original signature :
int ssh_channel_request_x11(ssh_channel, int, const char*, const char*, int)native declaration : /usr/include/libssh/libssh.h:288 |
int |
ssh_channel_select(com.sun.jna.ptr.PointerByReference readchans,
com.sun.jna.ptr.PointerByReference writechans,
com.sun.jna.ptr.PointerByReference exceptchans,
com.sun.jna.Pointer timeout)
Original signature :
int ssh_channel_select(ssh_channel*, ssh_channel*, ssh_channel*, timeval*)native declaration : /usr/include/libssh/libssh.h:291 |
int |
ssh_channel_send_eof(SshLibrary.ssh_channel channel)
Original signature :
int ssh_channel_send_eof(ssh_channel)native declaration : /usr/include/libssh/libssh.h:290 |
void |
ssh_channel_set_blocking(SshLibrary.ssh_channel channel,
int blocking)
Original signature :
void ssh_channel_set_blocking(ssh_channel, int)native declaration : /usr/include/libssh/libssh.h:293 |
int |
ssh_channel_window_size(SshLibrary.ssh_channel channel)
Original signature :
uint32_t ssh_channel_window_size(ssh_channel)native declaration : /usr/include/libssh/libssh.h:295 |
int |
ssh_channel_write_stderr(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer data,
int len)
Original signature :
int ssh_channel_write_stderr(ssh_channel, const void*, uint32_t)native declaration : /usr/include/libssh/server.h:299 |
int |
ssh_channel_write(SshLibrary.ssh_channel channel,
com.sun.jna.Pointer data,
int len)
Original signature :
int ssh_channel_write(ssh_channel, const void*, uint32_t)native declaration : /usr/include/libssh/libssh.h:294 |
void |
ssh_clean_pubkey_hash(com.sun.jna.ptr.PointerByReference hash)
Original signature :
void ssh_clean_pubkey_hash(unsigned char**)native declaration : /usr/include/libssh/libssh.h:302 |
int |
ssh_connect(SshLibrary.ssh_session session)
Original signature :
int ssh_connect(ssh_session)native declaration : /usr/include/libssh/libssh.h:303 |
java.lang.String |
ssh_copyright()
Original signature :
char* ssh_copyright()native declaration : /usr/include/libssh/libssh.h:304 |
com.sun.jna.Pointer |
ssh_dirname(com.sun.jna.Pointer path)
Deprecated.
use the safer methods
ssh_dirname(java.lang.String) and ssh_dirname(com.sun.jna.Pointer) instead |
com.sun.jna.Pointer |
ssh_dirname(java.lang.String path)
Original signature :
char* ssh_dirname(const char*)native declaration : /usr/include/libssh/libssh.h:306 |
void |
ssh_disconnect(SshLibrary.ssh_session session)
Original signature :
void ssh_disconnect(ssh_session)native declaration : /usr/include/libssh/libssh.h:305 |
int |
ssh_execute_message_callbacks(SshLibrary.ssh_session session)
Original signature :
int ssh_execute_message_callbacks(ssh_session)native declaration : /usr/include/libssh/server.h:264 |
int |
ssh_finalize()
Original signature :
int ssh_finalize()native declaration : /usr/include/libssh/libssh.h:307 |
SshLibrary.ssh_channel |
ssh_forward_accept(SshLibrary.ssh_session session,
int timeout_ms)
Original signature :
ssh_channel ssh_forward_accept(ssh_session, int)native declaration : /usr/include/libssh/libssh.h:308 |
int |
ssh_forward_cancel(SshLibrary.ssh_session session,
com.sun.jna.Pointer address,
int port)
Deprecated.
|
int |
ssh_forward_cancel(SshLibrary.ssh_session session,
java.lang.String address,
int port)
Original signature :
int ssh_forward_cancel(ssh_session, const char*, int)native declaration : /usr/include/libssh/libssh.h:309 |
int |
ssh_forward_listen(SshLibrary.ssh_session session,
com.sun.jna.Pointer address,
int port,
com.sun.jna.ptr.IntByReference bound_port)
|
int |
ssh_forward_listen(SshLibrary.ssh_session session,
java.lang.String address,
int port,
java.nio.IntBuffer bound_port)
Original signature :
int ssh_forward_listen(ssh_session, const char*, int, int*)native declaration : /usr/include/libssh/libssh.h:310 |
void |
ssh_free(SshLibrary.ssh_session session)
Original signature :
void ssh_free(ssh_session)native declaration : /usr/include/libssh/libssh.h:311 |
java.lang.String |
ssh_get_disconnect_message(SshLibrary.ssh_session session)
Original signature :
char* ssh_get_disconnect_message(ssh_session)native declaration : /usr/include/libssh/libssh.h:312 |
int |
ssh_get_error_code(com.sun.jna.Pointer error)
Original signature :
int ssh_get_error_code(void*)native declaration : /usr/include/libssh/libssh.h:314 |
java.lang.String |
ssh_get_error(com.sun.jna.Pointer error)
Original signature :
char* ssh_get_error(void*)native declaration : /usr/include/libssh/libssh.h:313 |
SshLibrary.SOCKET |
ssh_get_fd(SshLibrary.ssh_session session)
Original signature :
socket_t ssh_get_fd(ssh_session)native declaration : /usr/include/libssh/libssh.h:315 |
com.sun.jna.Pointer |
ssh_get_hexa(byte[] what,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
Original signature :
char* ssh_get_hexa(const unsigned char*, size_t)native declaration : /usr/include/libssh/libssh.h:316 |
com.sun.jna.Pointer |
ssh_get_hexa(com.sun.jna.Pointer what,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
Deprecated.
|
com.sun.jna.Pointer |
ssh_get_issue_banner(SshLibrary.ssh_session session)
Original signature :
char* ssh_get_issue_banner(ssh_session)native declaration : /usr/include/libssh/libssh.h:317 |
int |
ssh_get_openssh_version(SshLibrary.ssh_session session)
Original signature :
int ssh_get_openssh_version(ssh_session)native declaration : /usr/include/libssh/libssh.h:318 |
int |
ssh_get_pubkey_hash(SshLibrary.ssh_session session,
com.sun.jna.ptr.PointerByReference hash)
Original signature :
int ssh_get_pubkey_hash(ssh_session, unsigned char**)native declaration : /usr/include/libssh/libssh.h:320 |
SshLibrary.ssh_string |
ssh_get_pubkey(SshLibrary.ssh_session session)
Original signature :
ssh_string ssh_get_pubkey(ssh_session)native declaration : /usr/include/libssh/libssh.h:319 |
int |
ssh_get_random(com.sun.jna.Pointer where,
int len,
int strong)
Original signature :
int ssh_get_random(void*, int, int)native declaration : /usr/include/libssh/libssh.h:321 |
int |
ssh_get_status(SshLibrary.ssh_session session)
Original signature :
int ssh_get_status(ssh_session)native declaration : /usr/include/libssh/libssh.h:323 |
int |
ssh_get_version(SshLibrary.ssh_session session)
Original signature :
int ssh_get_version(ssh_session)native declaration : /usr/include/libssh/libssh.h:322 |
int |
ssh_getpass(com.sun.jna.Pointer prompt,
com.sun.jna.Pointer buf,
com.ochafik.lang.jnaerator.runtime.NativeSize len,
int echo,
int verify)
|
int |
ssh_getpass(java.lang.String prompt,
java.nio.ByteBuffer buf,
com.ochafik.lang.jnaerator.runtime.NativeSize len,
int echo,
int verify)
Original signature :
int ssh_getpass(const char*, char*, size_t, int, int)native declaration : /usr/include/libssh/libssh.h:409 |
int |
ssh_handle_key_exchange(SshLibrary.ssh_session session) |
int |
ssh_init()
Original signature :
int ssh_init()native declaration : /usr/include/libssh/libssh.h:324 |
int |
ssh_is_blocking(SshLibrary.ssh_session session)
Original signature :
int ssh_is_blocking(ssh_session)native declaration : /usr/include/libssh/libssh.h:325 |
int |
ssh_is_connected(SshLibrary.ssh_session session)
Original signature :
int ssh_is_connected(ssh_session)native declaration : /usr/include/libssh/libssh.h:326 |
int |
ssh_is_server_known(SshLibrary.ssh_session session)
Original signature :
int ssh_is_server_known(ssh_session)native declaration : /usr/include/libssh/libssh.h:327 |
void |
ssh_log(SshLibrary.ssh_session session,
int prioriry,
com.sun.jna.Pointer format,
java.lang.Object... varargs)
Deprecated.
use the safer methods
#ssh_log(ssh.SshLibrary.ssh_session, int, java.lang.String, java.lang.Object) and #ssh_log(ssh.SshLibrary.ssh_session, int, com.sun.jna.Pointer, java.lang.Object) instead |
void |
ssh_log(SshLibrary.ssh_session session,
int prioriry,
java.lang.String format,
java.lang.Object... varargs)
Original signature :
void ssh_log(ssh_session, int, const char*, null)native declaration : /usr/include/libssh/libssh.h:328 |
com.sun.jna.Pointer |
ssh_message_auth_password(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_auth_password(ssh_message)native declaration : /usr/include/libssh/server.h:246 |
int |
ssh_message_auth_publickey_state(SshLibrary.ssh_message msg) |
SshLibrary.ssh_public_key |
ssh_message_auth_publickey(SshLibrary.ssh_message msg)
Original signature :
ssh_public_key ssh_message_auth_publickey(ssh_message)native declaration : /usr/include/libssh/server.h:247 |
int |
ssh_message_auth_reply_pk_ok_simple(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_auth_reply_pk_ok_simple(ssh_message)native declaration : /usr/include/libssh/server.h:251 |
int |
ssh_message_auth_reply_pk_ok(SshLibrary.ssh_message msg,
SshLibrary.ssh_string algo,
SshLibrary.ssh_string pubkey)
Original signature :
int ssh_message_auth_reply_pk_ok(ssh_message, ssh_string, ssh_string)native declaration : /usr/include/libssh/server.h:250 |
int |
ssh_message_auth_reply_success(SshLibrary.ssh_message msg,
int partial)
Original signature :
int ssh_message_auth_reply_success(ssh_message, int)native declaration : /usr/include/libssh/server.h:249 |
int |
ssh_message_auth_set_methods(SshLibrary.ssh_message msg,
int methods)
Original signature :
int ssh_message_auth_set_methods(ssh_message, int)native declaration : /usr/include/libssh/server.h:253 |
com.sun.jna.Pointer |
ssh_message_auth_user(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_auth_user(ssh_message)native declaration : /usr/include/libssh/server.h:245 |
SshLibrary.ssh_channel |
ssh_message_channel_request_channel(SshLibrary.ssh_message msg)
Original signature :
ssh_channel ssh_message_channel_request_channel(ssh_message)native declaration : /usr/include/libssh/server.h:271 |
com.sun.jna.Pointer |
ssh_message_channel_request_command(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_channel_request_command(ssh_message)native declaration : /usr/include/libssh/server.h:282 |
com.sun.jna.Pointer |
ssh_message_channel_request_env_name(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_channel_request_env_name(ssh_message)native declaration : /usr/include/libssh/server.h:279 |
com.sun.jna.Pointer |
ssh_message_channel_request_env_value(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_channel_request_env_value(ssh_message)native declaration : /usr/include/libssh/server.h:280 |
int |
ssh_message_channel_request_open_destination_port(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_channel_request_open_destination_port(ssh_message)native declaration : /usr/include/libssh/server.h:269 |
com.sun.jna.Pointer |
ssh_message_channel_request_open_destination(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_channel_request_open_destination(ssh_message)native declaration : /usr/include/libssh/server.h:268 |
int |
ssh_message_channel_request_open_originator_port(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_channel_request_open_originator_port(ssh_message)native declaration : /usr/include/libssh/server.h:267 |
com.sun.jna.Pointer |
ssh_message_channel_request_open_originator(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_channel_request_open_originator(ssh_message)native declaration : /usr/include/libssh/server.h:266 |
SshLibrary.ssh_channel |
ssh_message_channel_request_open_reply_accept(SshLibrary.ssh_message msg)
Original signature :
ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message)native declaration : /usr/include/libssh/libssh.h:329 |
int |
ssh_message_channel_request_pty_height(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_channel_request_pty_height(ssh_message)native declaration : /usr/include/libssh/server.h:275 |
int |
ssh_message_channel_request_pty_pxheight(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_channel_request_pty_pxheight(ssh_message)native declaration : /usr/include/libssh/server.h:277 |
int |
ssh_message_channel_request_pty_pxwidth(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_channel_request_pty_pxwidth(ssh_message)native declaration : /usr/include/libssh/server.h:276 |
com.sun.jna.Pointer |
ssh_message_channel_request_pty_term(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_channel_request_pty_term(ssh_message)native declaration : /usr/include/libssh/server.h:273 |
int |
ssh_message_channel_request_pty_width(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_channel_request_pty_width(ssh_message)native declaration : /usr/include/libssh/server.h:274 |
int |
ssh_message_channel_request_reply_success(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_channel_request_reply_success(ssh_message)native declaration : /usr/include/libssh/libssh.h:330 |
com.sun.jna.Pointer |
ssh_message_channel_request_subsystem(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_channel_request_subsystem(ssh_message)native declaration : /usr/include/libssh/server.h:284 |
void |
ssh_message_free(SshLibrary.ssh_message msg)
Original signature :
void ssh_message_free(ssh_message)native declaration : /usr/include/libssh/libssh.h:331 |
SshLibrary.ssh_message |
ssh_message_get(SshLibrary.ssh_session session)
Original signature :
ssh_message ssh_message_get(ssh_session)native declaration : /usr/include/libssh/libssh.h:332 |
com.sun.jna.Pointer |
ssh_message_global_request_address(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_global_request_address(ssh_message)native declaration : /usr/include/libssh/server.h:286 |
int |
ssh_message_global_request_port(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_global_request_port(ssh_message)native declaration : /usr/include/libssh/server.h:287 |
int |
ssh_message_global_request_reply_success(SshLibrary.ssh_message msg,
short bound_port)
Original signature :
int ssh_message_global_request_reply_success(ssh_message, uint16_t)native declaration : /usr/include/libssh/server.h:258 |
int |
ssh_message_reply_default(SshLibrary.ssh_message msg)
messages.c
Original signature : int ssh_message_reply_default(ssh_message)native declaration : /usr/include/libssh/server.h:243 |
SshLibrary.ssh_message |
ssh_message_retrieve(SshLibrary.ssh_session session,
int packettype)
Original signature :
ssh_message ssh_message_retrieve(ssh_session, uint32_t)native declaration : /usr/include/libssh/legacy.h:90 |
int |
ssh_message_service_reply_success(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_service_reply_success(ssh_message)native declaration : /usr/include/libssh/server.h:255 |
com.sun.jna.Pointer |
ssh_message_service_service(SshLibrary.ssh_message msg)
Original signature :
char* ssh_message_service_service(ssh_message)native declaration : /usr/include/libssh/server.h:256 |
int |
ssh_message_subtype(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_subtype(ssh_message)native declaration : /usr/include/libssh/libssh.h:333 |
int |
ssh_message_type(SshLibrary.ssh_message msg)
Original signature :
int ssh_message_type(ssh_message)native declaration : /usr/include/libssh/libssh.h:334 |
int |
ssh_mkdir(com.sun.jna.Pointer pathname,
int mode)
Deprecated.
use the safer methods
ssh_mkdir(java.lang.String, int) and ssh_mkdir(com.sun.jna.Pointer, int) instead |
int |
ssh_mkdir(java.lang.String pathname,
int mode)
Original signature :
int ssh_mkdir(const char*, mode_t)native declaration : /usr/include/libssh/libssh.h:335 |
SshLibrary.ssh_session |
ssh_new()
Original signature :
ssh_session ssh_new()native declaration : /usr/include/libssh/libssh.h:336 |
int |
ssh_options_copy(SshLibrary.ssh_session src,
com.sun.jna.ptr.PointerByReference dest)
Original signature :
int ssh_options_copy(ssh_session, ssh_session*)native declaration : /usr/include/libssh/libssh.h:338 |
int |
ssh_options_getopt(SshLibrary.ssh_session session,
java.nio.IntBuffer argcptr,
com.sun.jna.ptr.PointerByReference argv)
Original signature :
int ssh_options_getopt(ssh_session, int*, char**)native declaration : /usr/include/libssh/libssh.h:339 |
int |
ssh_options_getopt(SshLibrary.ssh_session session,
com.sun.jna.ptr.IntByReference argcptr,
com.sun.jna.ptr.PointerByReference argv)
|
int |
ssh_options_parse_config(SshLibrary.ssh_session session,
com.sun.jna.Pointer filename)
Deprecated.
|
int |
ssh_options_parse_config(SshLibrary.ssh_session session,
java.lang.String filename)
Original signature :
int ssh_options_parse_config(ssh_session, const char*)native declaration : /usr/include/libssh/libssh.h:340 |
int |
ssh_options_set(SshLibrary.ssh_session session,
int type,
com.sun.jna.Pointer value)
Original signature :
int ssh_options_set(ssh_session, ssh_options_e, const void*)native declaration : /usr/include/libssh/libssh.h:341 |
int |
ssh_pcap_file_close(SshLibrary.ssh_pcap_file pcap)
Original signature :
int ssh_pcap_file_close(ssh_pcap_file)native declaration : /usr/include/libssh/libssh.h:343 |
void |
ssh_pcap_file_free(SshLibrary.ssh_pcap_file pcap)
Original signature :
void ssh_pcap_file_free(ssh_pcap_file)native declaration : /usr/include/libssh/libssh.h:344 |
SshLibrary.ssh_pcap_file |
ssh_pcap_file_new()
Original signature :
ssh_pcap_file ssh_pcap_file_new()native declaration : /usr/include/libssh/libssh.h:345 |
int |
ssh_pcap_file_open(SshLibrary.ssh_pcap_file pcap,
com.sun.jna.Pointer filename)
Deprecated.
use the safer methods
ssh_pcap_file_open(ssh.SshLibrary.ssh_pcap_file, java.lang.String) and ssh_pcap_file_open(ssh.SshLibrary.ssh_pcap_file, com.sun.jna.Pointer) instead |
int |
ssh_pcap_file_open(SshLibrary.ssh_pcap_file pcap,
java.lang.String filename)
Original signature :
int ssh_pcap_file_open(ssh_pcap_file, const char*)native declaration : /usr/include/libssh/libssh.h:346 |
void |
ssh_print_hexa(com.sun.jna.Pointer descr,
com.sun.jna.Pointer what,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
|
void |
ssh_print_hexa(java.lang.String descr,
byte[] what,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
Original signature :
void ssh_print_hexa(const char*, const unsigned char*, size_t)native declaration : /usr/include/libssh/libssh.h:350 |
int |
ssh_privatekey_type(SshLibrary.ssh_private_key privatekey)
Original signature :
ssh_keytypes_e ssh_privatekey_type(ssh_private_key)native declaration : /usr/include/libssh/libssh.h:348 |
int |
ssh_publickey_to_file(SshLibrary.ssh_session session,
com.sun.jna.Pointer file,
SshLibrary.ssh_string pubkey,
int type)
|
int |
ssh_publickey_to_file(SshLibrary.ssh_session session,
java.lang.String file,
SshLibrary.ssh_string pubkey,
int type)
Original signature :
int ssh_publickey_to_file(ssh_session, const char*, ssh_string, int)native declaration : /usr/include/libssh/legacy.h:84 |
int |
ssh_scp_accept_request(SshLibrary.ssh_scp scp)
Original signature :
int ssh_scp_accept_request(ssh_scp)native declaration : /usr/include/libssh/libssh.h:351 |
int |
ssh_scp_close(SshLibrary.ssh_scp scp)
Original signature :
int ssh_scp_close(ssh_scp)native declaration : /usr/include/libssh/libssh.h:352 |
int |
ssh_scp_deny_request(SshLibrary.ssh_scp scp,
com.sun.jna.Pointer reason)
Deprecated.
use the safer methods
ssh_scp_deny_request(ssh.SshLibrary.ssh_scp, java.lang.String) and ssh_scp_deny_request(ssh.SshLibrary.ssh_scp, com.sun.jna.Pointer) instead |
int |
ssh_scp_deny_request(SshLibrary.ssh_scp scp,
java.lang.String reason)
Original signature :
int ssh_scp_deny_request(ssh_scp, const char*)native declaration : /usr/include/libssh/libssh.h:353 |
void |
ssh_scp_free(SshLibrary.ssh_scp scp)
Original signature :
void ssh_scp_free(ssh_scp)native declaration : /usr/include/libssh/libssh.h:354 |
int |
ssh_scp_init(SshLibrary.ssh_scp scp)
Original signature :
int ssh_scp_init(ssh_scp)native declaration : /usr/include/libssh/libssh.h:355 |
int |
ssh_scp_leave_directory(SshLibrary.ssh_scp scp)
Original signature :
int ssh_scp_leave_directory(ssh_scp)native declaration : /usr/include/libssh/libssh.h:356 |
SshLibrary.ssh_scp |
ssh_scp_new(SshLibrary.ssh_session session,
int mode,
com.sun.jna.Pointer location)
Deprecated.
use the safer methods
ssh_scp_new(ssh.SshLibrary.ssh_session, int, java.lang.String) and ssh_scp_new(ssh.SshLibrary.ssh_session, int, com.sun.jna.Pointer) instead |
SshLibrary.ssh_scp |
ssh_scp_new(SshLibrary.ssh_session session,
int mode,
java.lang.String location)
Original signature :
ssh_scp ssh_scp_new(ssh_session, int, const char*)native declaration : /usr/include/libssh/libssh.h:357 |
int |
ssh_scp_pull_request(SshLibrary.ssh_scp scp)
Original signature :
int ssh_scp_pull_request(ssh_scp)native declaration : /usr/include/libssh/libssh.h:358 |
int |
ssh_scp_push_directory(SshLibrary.ssh_scp scp,
com.sun.jna.Pointer dirname,
int mode)
Deprecated.
|
int |
ssh_scp_push_directory(SshLibrary.ssh_scp scp,
java.lang.String dirname,
int mode)
Original signature :
int ssh_scp_push_directory(ssh_scp, const char*, int)native declaration : /usr/include/libssh/libssh.h:359 |
int |
ssh_scp_push_file(SshLibrary.ssh_scp scp,
com.sun.jna.Pointer filename,
com.ochafik.lang.jnaerator.runtime.NativeSize size,
int perms)
|
int |
ssh_scp_push_file(SshLibrary.ssh_scp scp,
java.lang.String filename,
com.ochafik.lang.jnaerator.runtime.NativeSize size,
int perms)
Original signature :
int ssh_scp_push_file(ssh_scp, const char*, size_t, int)native declaration : /usr/include/libssh/libssh.h:360 |
int |
ssh_scp_read(SshLibrary.ssh_scp scp,
com.sun.jna.Pointer buffer,
com.ochafik.lang.jnaerator.runtime.NativeSize size)
Original signature :
int ssh_scp_read(ssh_scp, void*, size_t)native declaration : /usr/include/libssh/libssh.h:361 |
java.lang.String |
ssh_scp_request_get_filename(SshLibrary.ssh_scp scp)
Original signature :
char* ssh_scp_request_get_filename(ssh_scp)native declaration : /usr/include/libssh/libssh.h:362 |
int |
ssh_scp_request_get_permissions(SshLibrary.ssh_scp scp)
Original signature :
int ssh_scp_request_get_permissions(ssh_scp)native declaration : /usr/include/libssh/libssh.h:363 |
com.ochafik.lang.jnaerator.runtime.NativeSize |
ssh_scp_request_get_size(SshLibrary.ssh_scp scp)
Original signature :
size_t ssh_scp_request_get_size(ssh_scp)native declaration : /usr/include/libssh/libssh.h:364 |
java.lang.String |
ssh_scp_request_get_warning(SshLibrary.ssh_scp scp)
Original signature :
char* ssh_scp_request_get_warning(ssh_scp)native declaration : /usr/include/libssh/libssh.h:365 |
int |
ssh_scp_write(SshLibrary.ssh_scp scp,
com.sun.jna.Pointer buffer,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
Original signature :
int ssh_scp_write(ssh_scp, const void*, size_t)native declaration : /usr/include/libssh/libssh.h:366 |
int |
ssh_select(com.sun.jna.ptr.PointerByReference channels,
com.sun.jna.ptr.PointerByReference outchannels,
SshLibrary.SOCKET maxfd,
com.sun.jna.Pointer readfds,
com.sun.jna.Pointer timeout)
Original signature :
int ssh_select(ssh_channel*, ssh_channel*, socket_t, fd_set*, timeval*)native declaration : /usr/include/libssh/libssh.h:367 |
int |
ssh_service_request(SshLibrary.ssh_session session,
com.sun.jna.Pointer service)
Deprecated.
use the safer methods
ssh_service_request(ssh.SshLibrary.ssh_session, java.lang.String) and ssh_service_request(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer) instead |
int |
ssh_service_request(SshLibrary.ssh_session session,
java.lang.String service)
Original signature :
int ssh_service_request(ssh_session, const char*)native declaration : /usr/include/libssh/libssh.h:369 |
void |
ssh_set_blocking(SshLibrary.ssh_session session,
int blocking)
Original signature :
void ssh_set_blocking(ssh_session, int)native declaration : /usr/include/libssh/libssh.h:370 |
int |
ssh_set_callbacks(SshLibrary.ssh_session session,
ssh_callbacks_struct cb) |
int |
ssh_set_channel_callbacks(SshLibrary.ssh_channel channel,
ssh_channel_callbacks_struct cb) |
void |
ssh_set_fd_except(SshLibrary.ssh_session session)
Original signature :
void ssh_set_fd_except(ssh_session)native declaration : /usr/include/libssh/libssh.h:371 |
void |
ssh_set_fd_toread(SshLibrary.ssh_session session)
Original signature :
void ssh_set_fd_toread(ssh_session)native declaration : /usr/include/libssh/libssh.h:372 |
void |
ssh_set_fd_towrite(SshLibrary.ssh_session session)
Original signature :
void ssh_set_fd_towrite(ssh_session)native declaration : /usr/include/libssh/libssh.h:373 |
void |
ssh_set_message_callback(SshLibrary.ssh_session session,
SshLibrary.ssh_set_message_callback_arg1_ssh_bind_message_callback_callback arg1,
com.sun.jna.Pointer data)
Original signature :
void ssh_set_message_callback(ssh_session, ssh_set_message_callback_arg1_ssh_bind_message_callback_callback, void*)native declaration : /usr/include/libssh/server.h:261 |
int |
ssh_set_pcap_file(SshLibrary.ssh_session session,
SshLibrary.ssh_pcap_file pcapfile)
Original signature :
int ssh_set_pcap_file(ssh_session, ssh_pcap_file)native declaration : /usr/include/libssh/libssh.h:375 |
void |
ssh_silent_disconnect(SshLibrary.ssh_session session)
Original signature :
void ssh_silent_disconnect(ssh_session)native declaration : /usr/include/libssh/libssh.h:374 |
void |
ssh_string_burn(SshLibrary.ssh_string str)
Original signature :
void ssh_string_burn(ssh_string)native declaration : /usr/include/libssh/libssh.h:398 |
SshLibrary.ssh_string |
ssh_string_copy(SshLibrary.ssh_string str)
Original signature :
ssh_string ssh_string_copy(ssh_string)native declaration : /usr/include/libssh/libssh.h:399 |
com.sun.jna.Pointer |
ssh_string_data(SshLibrary.ssh_string str)
Original signature :
void* ssh_string_data(ssh_string)native declaration : /usr/include/libssh/libssh.h:400 |
int |
ssh_string_fill(SshLibrary.ssh_string str,
com.sun.jna.Pointer data,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
Original signature :
int ssh_string_fill(ssh_string, const void*, size_t)native declaration : /usr/include/libssh/libssh.h:401 |
void |
ssh_string_free_char(java.nio.ByteBuffer s)
Original signature :
void ssh_string_free_char(char*)native declaration : /usr/include/libssh/libssh.h:407 |
void |
ssh_string_free_char(com.sun.jna.Pointer s)
Deprecated.
use the safer methods
ssh_string_free_char(java.nio.ByteBuffer) and ssh_string_free_char(com.sun.jna.Pointer) instead |
void |
ssh_string_free(SshLibrary.ssh_string str)
Original signature :
void ssh_string_free(ssh_string)native declaration : /usr/include/libssh/libssh.h:402 |
SshLibrary.ssh_string |
ssh_string_from_char(com.sun.jna.Pointer what)
Deprecated.
use the safer methods
ssh_string_from_char(java.lang.String) and ssh_string_from_char(com.sun.jna.Pointer) instead |
SshLibrary.ssh_string |
ssh_string_from_char(java.lang.String what)
Original signature :
ssh_string ssh_string_from_char(const char*)native declaration : /usr/include/libssh/libssh.h:403 |
com.ochafik.lang.jnaerator.runtime.NativeSize |
ssh_string_len(SshLibrary.ssh_string str)
Original signature :
size_t ssh_string_len(ssh_string)native declaration : /usr/include/libssh/libssh.h:404 |
SshLibrary.ssh_string |
ssh_string_new(com.ochafik.lang.jnaerator.runtime.NativeSize size)
Original signature :
ssh_string ssh_string_new(size_t)native declaration : /usr/include/libssh/libssh.h:405 |
com.sun.jna.Pointer |
ssh_string_to_char(SshLibrary.ssh_string str)
Original signature :
char* ssh_string_to_char(ssh_string)native declaration : /usr/include/libssh/libssh.h:406 |
ssh_threads_callbacks_struct |
ssh_threads_get_noop() |
ssh_threads_callbacks_struct |
ssh_threads_get_pthread() |
int |
ssh_threads_set_callbacks(ssh_threads_callbacks_struct cb) |
int |
ssh_try_publickey_from_file(SshLibrary.ssh_session session,
com.sun.jna.Pointer keyfile,
com.sun.jna.ptr.PointerByReference publickey,
com.sun.jna.ptr.IntByReference type)
Deprecated.
use the safer methods
ssh_try_publickey_from_file(ssh.SshLibrary.ssh_session, java.lang.String, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) and ssh_try_publickey_from_file(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.IntByReference) instead |
int |
ssh_try_publickey_from_file(SshLibrary.ssh_session session,
java.lang.String keyfile,
com.sun.jna.ptr.PointerByReference publickey,
java.nio.IntBuffer type)
Original signature :
int ssh_try_publickey_from_file(ssh_session, const char*, ssh_string*, int*)native declaration : /usr/include/libssh/libssh.h:297 |
int |
ssh_userauth_autopubkey(SshLibrary.ssh_session session,
com.sun.jna.Pointer passphrase)
Deprecated.
|
int |
ssh_userauth_autopubkey(SshLibrary.ssh_session session,
java.lang.String passphrase)
Original signature :
int ssh_userauth_autopubkey(ssh_session, const char*)native declaration : /usr/include/libssh/libssh.h:380 |
java.lang.String |
ssh_userauth_kbdint_getinstruction(SshLibrary.ssh_session session)
Original signature :
char* ssh_userauth_kbdint_getinstruction(ssh_session)native declaration : /usr/include/libssh/libssh.h:382 |
java.lang.String |
ssh_userauth_kbdint_getname(SshLibrary.ssh_session session)
Original signature :
char* ssh_userauth_kbdint_getname(ssh_session)native declaration : /usr/include/libssh/libssh.h:383 |
int |
ssh_userauth_kbdint_getnprompts(SshLibrary.ssh_session session)
Original signature :
int ssh_userauth_kbdint_getnprompts(ssh_session)native declaration : /usr/include/libssh/libssh.h:384 |
java.lang.String |
ssh_userauth_kbdint_getprompt(SshLibrary.ssh_session session,
int i,
java.nio.ByteBuffer echo)
Original signature :
char* ssh_userauth_kbdint_getprompt(ssh_session, unsigned int, char*)native declaration : /usr/include/libssh/libssh.h:385 |
java.lang.String |
ssh_userauth_kbdint_getprompt(SshLibrary.ssh_session session,
int i,
com.sun.jna.Pointer echo)
Deprecated.
|
int |
ssh_userauth_kbdint_setanswer(SshLibrary.ssh_session session,
int i,
com.sun.jna.Pointer answer)
Deprecated.
|
int |
ssh_userauth_kbdint_setanswer(SshLibrary.ssh_session session,
int i,
java.lang.String answer)
Original signature :
int ssh_userauth_kbdint_setanswer(ssh_session, unsigned int, const char*)native declaration : /usr/include/libssh/libssh.h:386 |
int |
ssh_userauth_kbdint(SshLibrary.ssh_session session,
com.sun.jna.Pointer user,
com.sun.jna.Pointer submethods)
Deprecated.
|
int |
ssh_userauth_kbdint(SshLibrary.ssh_session session,
java.lang.String user,
java.lang.String submethods)
Original signature :
int ssh_userauth_kbdint(ssh_session, const char*, const char*)native declaration : /usr/include/libssh/libssh.h:381 |
int |
ssh_userauth_list(SshLibrary.ssh_session session,
com.sun.jna.Pointer username)
Deprecated.
use the safer methods
ssh_userauth_list(ssh.SshLibrary.ssh_session, java.lang.String) and ssh_userauth_list(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer) instead |
int |
ssh_userauth_list(SshLibrary.ssh_session session,
java.lang.String username)
Original signature :
int ssh_userauth_list(ssh_session, const char*)native declaration : /usr/include/libssh/libssh.h:388 |
int |
ssh_userauth_none(SshLibrary.ssh_session session,
com.sun.jna.Pointer username)
Deprecated.
use the safer methods
ssh_userauth_none(ssh.SshLibrary.ssh_session, java.lang.String) and ssh_userauth_none(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer) instead |
int |
ssh_userauth_none(SshLibrary.ssh_session session,
java.lang.String username)
Original signature :
int ssh_userauth_none(ssh_session, const char*)native declaration : /usr/include/libssh/libssh.h:389 |
int |
ssh_userauth_offer_pubkey(SshLibrary.ssh_session session,
com.sun.jna.Pointer username,
int type,
SshLibrary.ssh_string publickey)
|
int |
ssh_userauth_offer_pubkey(SshLibrary.ssh_session session,
java.lang.String username,
int type,
SshLibrary.ssh_string publickey)
Original signature :
int ssh_userauth_offer_pubkey(ssh_session, const char*, int, ssh_string)native declaration : /usr/include/libssh/libssh.h:390 |
int |
ssh_userauth_password(SshLibrary.ssh_session session,
com.sun.jna.Pointer username,
com.sun.jna.Pointer password)
Deprecated.
|
int |
ssh_userauth_password(SshLibrary.ssh_session session,
java.lang.String username,
java.lang.String password)
Original signature :
int ssh_userauth_password(ssh_session, const char*, const char*)native declaration : /usr/include/libssh/libssh.h:391 |
int |
ssh_userauth_privatekey_file(SshLibrary.ssh_session session,
com.sun.jna.Pointer username,
com.sun.jna.Pointer filename,
com.sun.jna.Pointer passphrase)
|
int |
ssh_userauth_privatekey_file(SshLibrary.ssh_session session,
java.lang.String username,
java.lang.String filename,
java.lang.String passphrase)
Original signature :
int ssh_userauth_privatekey_file(ssh_session, const char*, const char*, const char*)native declaration : /usr/include/libssh/libssh.h:393 |
int |
ssh_userauth_pubkey(SshLibrary.ssh_session session,
com.sun.jna.Pointer username,
SshLibrary.ssh_string publickey,
SshLibrary.ssh_private_key privatekey)
|
int |
ssh_userauth_pubkey(SshLibrary.ssh_session session,
java.lang.String username,
SshLibrary.ssh_string publickey,
SshLibrary.ssh_private_key privatekey)
Original signature :
int ssh_userauth_pubkey(ssh_session, const char*, ssh_string, ssh_private_key)native declaration : /usr/include/libssh/libssh.h:392 |
java.lang.String |
ssh_version(int req_version)
Original signature :
char* ssh_version(int)native declaration : /usr/include/libssh/libssh.h:395 |
int |
ssh_write_knownhost(SshLibrary.ssh_session session)
Original signature :
int ssh_write_knownhost(ssh_session)native declaration : /usr/include/libssh/libssh.h:396 |
void |
string_burn(SshLibrary.ssh_string str)
Original signature :
void string_burn(ssh_string)native declaration : /usr/include/libssh/legacy.h:91 |
SshLibrary.ssh_string |
string_copy(SshLibrary.ssh_string str)
Original signature :
ssh_string string_copy(ssh_string)native declaration : /usr/include/libssh/legacy.h:92 |
com.sun.jna.Pointer |
string_data(SshLibrary.ssh_string str)
Original signature :
void* string_data(ssh_string)native declaration : /usr/include/libssh/legacy.h:93 |
int |
string_fill(SshLibrary.ssh_string str,
com.sun.jna.Pointer data,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
Original signature :
int string_fill(ssh_string, const void*, size_t)native declaration : /usr/include/libssh/legacy.h:94 |
void |
string_free(SshLibrary.ssh_string str)
Original signature :
void string_free(ssh_string)native declaration : /usr/include/libssh/legacy.h:95 |
SshLibrary.ssh_string |
string_from_char(com.sun.jna.Pointer what)
Deprecated.
use the safer methods
string_from_char(java.lang.String) and string_from_char(com.sun.jna.Pointer) instead |
SshLibrary.ssh_string |
string_from_char(java.lang.String what)
Original signature :
ssh_string string_from_char(const char*)native declaration : /usr/include/libssh/legacy.h:96 |
com.ochafik.lang.jnaerator.runtime.NativeSize |
string_len(SshLibrary.ssh_string str)
Original signature :
size_t string_len(ssh_string)native declaration : /usr/include/libssh/legacy.h:97 |
SshLibrary.ssh_string |
string_new(com.ochafik.lang.jnaerator.runtime.NativeSize size)
Original signature :
ssh_string string_new(size_t)native declaration : /usr/include/libssh/legacy.h:98 |
com.sun.jna.Pointer |
string_to_char(SshLibrary.ssh_string str)
Original signature :
char* string_to_char(ssh_string)native declaration : /usr/include/libssh/legacy.h:99 |
static final java.lang.String JNA_LIBRARY_NAME
static final com.sun.jna.NativeLibrary JNA_NATIVE_LIB
static final SshLibrary INSTANCE
static final int SSH_LOG_NOLOG
static final int SSH_LOG_RARE
static final int SSH_LOG_PROTOCOL
static final int SSH_LOG_PACKET
static final int SSH_LOG_FUNCTIONS
static final int SSH_SCP_WRITE
static final int SSH_SCP_READ
static final int SSH_SCP_RECURSIVE
static final int SSH_FXP_WRITE
static final int SSH2_MSG_CHANNEL_EOF
static final int SSH2_MSG_CHANNEL_FAILURE
static final int SSH_FXP_DATA
static final int SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE
static final int SSH2_MSG_KEX_DH_GEX_REQUEST
static final int SSH_SOCKET_EXCEPTION_ERROR
static final int SSH_LANG
static final int SSH2_MSG_CHANNEL_EXTENDED_DATA
static final int SSH2_OPEN_CONNECT_FAILED
static final int SFTP_HANDLES
static final int SSH_AUTH_METHOD_NONE
static final int SSH_FXF_APPEND
static final int SSH_SOCKET_FLOW_WRITEWONTBLOCK
static final int SSH_EOF
static final int LIBSFTP_VERSION
static final int SSH_CLOSED
static final int SSH_FILEXFER_TYPE_UNKNOWN
static final int SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER
static final int SSH2_MSG_CHANNEL_OPEN_FAILURE
static final int SSH2_MSG_GLOBAL_REQUEST
static final int SSH_FILEXFER_TYPE_SYMLINK
static final int SSH_FX_FILE_ALREADY_EXISTS
static final int SSH_FXF_RENAME_ATOMIC
static final int SSH2_MSG_USERAUTH_SUCCESS
static final int SSH_AUTH_METHOD_PUBLICKEY
static final int SSH_FXP_EXTENDED
static final int SSH_FILEXFER_ATTR_ACL
static final int SSH2_MSG_CHANNEL_OPEN
static final int SSH_FXF_RENAME_OVERWRITE
static final int SSH2_MSG_KEX_DH_GEX_REQUEST_OLD
static final int SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE
static final int SSH2_MSG_REQUEST_FAILURE
static final int SSH2_OPEN_RESOURCE_SHORTAGE
static final int SSH_SOCKET_FLOW_WRITEWILLBLOCK
static final int SSH_FXP_OPENDIR
static final int SSH_FXP_RENAME
static final int SSH_FXP_EXTENDED_REPLY
static final int SSH2_MSG_UNIMPLEMENTED
static final int SSH2_MSG_KEX_DH_GEX_REPLY
static final int SSH2_DISCONNECT_KEY_EXCHANGE_FAILED
static final int SSH2_MSG_CHANNEL_CLOSE
static final int SSH_FXF_CREAT
static final int SSH_FXE_STATVFS_ST_NOSUID
static final int SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT
static final int SSH_AUTH_METHOD_UNKNOWN
static final int SSH_FXP_VERSION
static final int SSH_FX_BAD_MESSAGE
static final int SSH_FXP_SYMLINK
static final int SSH_FXF_READ
static final int SSH2_MSG_USERAUTH_PK_OK
static final int SSH_FX_INVALID_HANDLE
static final int SSH_FX_OK
static final int SSH_FXP_REALPATH
static final int SSH_FX_EOF
static final int SSH_FX_WRITE_PROTECT
static final int SSH_CLOSED_ERROR
static final int SSH2_DISCONNECT_CONNECTION_LOST
static final int SSH_FXP_SETSTAT
static final int SSH_AUTH_METHOD_INTERACTIVE
static final int SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED
static final int SSH_FILEXFER_ATTR_CREATETIME
static final int SSH_FILEXFER_ATTR_SIZE
static final int SSH_FXP_READ
static final int SSH2_MSG_CHANNEL_REQUEST
static final int SSH_FXF_RENAME_NATIVE
static final int SSH2_MSG_CHANNEL_DATA
static final int SSH_AUTH_METHOD_HOSTBASED
static final int SSH2_DISCONNECT_TOO_MANY_CONNECTIONS
static final int SSH_FX_NO_MEDIA
static final int SSH_PACKET_NOT_USED
static final int SSH_OK
static final int SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ
static final int SSH_FX_NO_SUCH_PATH
static final int SSH2_MSG_CHANNEL_OPEN_CONFIRMATION
static final int SSH_FX_FAILURE
static final int SSH_FX_NO_CONNECTION
static final int SSH2_DISCONNECT_MAC_ERROR
static final int SSH2_DISCONNECT_ILLEGAL_USER_NAME
static final int SSH2_MSG_KEXINIT
static final int SSH_FXP_REMOVE
static final int SSH_FXP_FSETSTAT
static final int SSH_SOCKET_CONNECTED_TIMEOUT
static final int SSH_READ_PENDING
static final int SSH2_MSG_USERAUTH_FAILURE
static final int SSH_FXP_NAME
static final int SSH2_MSG_KEXDH_REPLY
static final int SSH_SOCKET_CONNECTED_OK
static final int SSH2_MSG_USERAUTH_BANNER
static final int SSH_FXF_EXCL
static final int SSH2_MSG_KEX_DH_GEX_GROUP
static final int SSH_FILEXFER_ATTR_PERMISSIONS
static final int SSH_FXP_STATUS
static final int SSH_SOCKET_EXCEPTION_EOF
static final int SSH_FILEXFER_TYPE_REGULAR
static final int SSH_FXP_OPEN
static final int SSH_FILEXFER_TYPE_SPECIAL
static final int SSH2_MSG_USERAUTH_INFO_REQUEST
static final int SSH_FX_NO_SUCH_FILE
static final int SSH_COMP
static final int SSH2_MSG_CHANNEL_SUCCESS
static final int SSH2_MSG_NEWKEYS
static final int SSH2_MSG_REQUEST_SUCCESS
static final int SSH2_MSG_KEX_DH_GEX_INIT
static final int SSH2_DISCONNECT_RESERVED
static final int LIBSSH_VERSION_MICRO
static final int SSH_FXF_TEXT
static final int SSH_FILEXFER_ATTR_ACCESSTIME
static final int SSH2_MSG_CHANNEL_WINDOW_ADJUST
static final int MD5_DIGEST_LEN
static final int SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE
static final int SSH_FILEXFER_ATTR_ACMODTIME
static final int SSH_FXP_STAT
static final int LIBSSH_VERSION_MAJOR
static final int SSH_MAC
static final int SSH_FILEXFER_ATTR_UIDGID
static final int SSH2_MSG_DISCONNECT
static final int SSH2_MSG_IGNORE
static final int SSH_FXE_STATVFS_ST_RDONLY
static final int SSH2_MSG_DEBUG
static final int SSH_PACKET_USED
static final int SSH2_MSG_SERVICE_REQUEST
static final int SSH_FXF_TRUNC
static final int SSH_FX_CONNECTION_LOST
static final int SSH2_DISCONNECT_BY_APPLICATION
static final int LIBSSH_VERSION_MINOR
static final int SSH2_MSG_KEXDH_INIT
static final int SSH_FXP_RMDIR
static final int SSH2_MSG_USERAUTH_REQUEST
static final int SSH_FXP_READDIR
static final int SSH_AGAIN
static final int SSH2_DISCONNECT_COMPRESSION_ERROR
static final int SSH_FX_PERMISSION_DENIED
static final int SSH_FXP_INIT
static final int SSH_FXP_LSTAT
static final int SSH2_MSG_USERAUTH_INFO_RESPONSE
static final int SSH_FILEXFER_ATTR_SUBSECOND_TIMES
static final int SSH_FX_OP_UNSUPPORTED
static final int SSH_FXP_CLOSE
static final int SSH_ERROR
static final int SSH_SOCKET_CONNECTED_ERROR
static final int SSH_CRYPT
static final int SSH_FXP_READLINK
static final int SSH_FILEXFER_ATTR_EXTENDED
static final int SSH_FILEXFER_ATTR_OWNERGROUP
static final int SSH_FXP_HANDLE
static final int SSH2_MSG_SERVICE_ACCEPT
static final int SSH2_OPEN_UNKNOWN_CHANNEL_TYPE
static final int SSH_FXP_ATTRS
static final int SSH_FXF_WRITE
static final int SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED
static final int SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED
static final int SSH_AUTH_METHOD_PASSWORD
static final int SSH2_DISCONNECT_PROTOCOL_ERROR
static final int SSH_FILEXFER_TYPE_DIRECTORY
static final int SSH_FILEXFER_ATTR_MODIFYTIME
static final int SSH_FXP_MKDIR
static final int SSH2_EXTENDED_DATA_STDERR
static final int SSH_FXP_FSTAT
static final int SFTP_SETSTAT
static final int SFTP_WRITE
static final int SFTP_REMOVE
static final int SFTP_REALPATH
static final int SFTP_READ
static final int SFTP_SYMLINK
static final int SFTP_READLINK
static final int SFTP_RENAME
static final int SFTP_RMDIR
static final int SFTP_STAT
static final int SFTP_MKDIR
static final int SFTP_READDIR
static final int SFTP_CLOSE
static final int SFTP_LSTAT
static final int SFTP_FSTAT
static final int SFTP_OPENDIR
static final int SFTP_OPEN
static final int SFTP_FSETSTAT
int ssh_blocking_flush(SshLibrary.ssh_session session, int timeout)
int ssh_blocking_flush(ssh_session, int)SshLibrary.ssh_channel ssh_channel_accept_x11(SshLibrary.ssh_channel channel, int timeout_ms)
ssh_channel ssh_channel_accept_x11(ssh_channel, int)int ssh_channel_change_pty_size(SshLibrary.ssh_channel channel, int cols, int rows)
int ssh_channel_change_pty_size(ssh_channel, int, int)int ssh_channel_close(SshLibrary.ssh_channel channel)
int ssh_channel_close(ssh_channel)void ssh_channel_free(SshLibrary.ssh_channel channel)
void ssh_channel_free(ssh_channel)int ssh_channel_get_exit_status(SshLibrary.ssh_channel channel)
int ssh_channel_get_exit_status(ssh_channel)SshLibrary.ssh_session ssh_channel_get_session(SshLibrary.ssh_channel channel)
ssh_session ssh_channel_get_session(ssh_channel)int ssh_channel_is_closed(SshLibrary.ssh_channel channel)
int ssh_channel_is_closed(ssh_channel)int ssh_channel_is_eof(SshLibrary.ssh_channel channel)
int ssh_channel_is_eof(ssh_channel)int ssh_channel_is_open(SshLibrary.ssh_channel channel)
int ssh_channel_is_open(ssh_channel)SshLibrary.ssh_channel ssh_channel_new(SshLibrary.ssh_session session)
ssh_channel ssh_channel_new(ssh_session)@Deprecated int ssh_channel_open_forward(SshLibrary.ssh_channel channel, com.sun.jna.Pointer remotehost, int remoteport, com.sun.jna.Pointer sourcehost, int localport)
ssh_channel_open_forward(ssh.SshLibrary.ssh_channel, java.lang.String, int, java.lang.String, int) and ssh_channel_open_forward(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer, int, com.sun.jna.Pointer, int) insteadint ssh_channel_open_forward(ssh_channel, const char*, int, const char*, int)int ssh_channel_open_forward(SshLibrary.ssh_channel channel, java.lang.String remotehost, int remoteport, java.lang.String sourcehost, int localport)
int ssh_channel_open_forward(ssh_channel, const char*, int, const char*, int)int ssh_channel_open_session(SshLibrary.ssh_channel channel)
int ssh_channel_open_session(ssh_channel)int ssh_channel_poll(SshLibrary.ssh_channel channel, int is_stderr)
int ssh_channel_poll(ssh_channel, int)int ssh_channel_read(SshLibrary.ssh_channel channel, com.sun.jna.Pointer dest, int count, int is_stderr)
int ssh_channel_read(ssh_channel, void*, uint32_t, int)int ssh_channel_read_nonblocking(SshLibrary.ssh_channel channel, com.sun.jna.Pointer dest, int count, int is_stderr)
int ssh_channel_read_nonblocking(ssh_channel, void*, uint32_t, int)@Deprecated int ssh_channel_request_env(SshLibrary.ssh_channel channel, com.sun.jna.Pointer name, com.sun.jna.Pointer value)
ssh_channel_request_env(ssh.SshLibrary.ssh_channel, java.lang.String, java.lang.String) and ssh_channel_request_env(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint ssh_channel_request_env(ssh_channel, const char*, const char*)int ssh_channel_request_env(SshLibrary.ssh_channel channel, java.lang.String name, java.lang.String value)
int ssh_channel_request_env(ssh_channel, const char*, const char*)@Deprecated int ssh_channel_request_exec(SshLibrary.ssh_channel channel, com.sun.jna.Pointer cmd)
ssh_channel_request_exec(ssh.SshLibrary.ssh_channel, java.lang.String) and ssh_channel_request_exec(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer) insteadint ssh_channel_request_exec(ssh_channel, const char*)int ssh_channel_request_exec(SshLibrary.ssh_channel channel, java.lang.String cmd)
int ssh_channel_request_exec(ssh_channel, const char*)int ssh_channel_request_pty(SshLibrary.ssh_channel channel)
int ssh_channel_request_pty(ssh_channel)@Deprecated int ssh_channel_request_pty_size(SshLibrary.ssh_channel channel, com.sun.jna.Pointer term, int cols, int rows)
ssh_channel_request_pty_size(ssh.SshLibrary.ssh_channel, java.lang.String, int, int) and ssh_channel_request_pty_size(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer, int, int) insteadint ssh_channel_request_pty_size(ssh_channel, const char*, int, int)int ssh_channel_request_pty_size(SshLibrary.ssh_channel channel, java.lang.String term, int cols, int rows)
int ssh_channel_request_pty_size(ssh_channel, const char*, int, int)int ssh_channel_request_shell(SshLibrary.ssh_channel channel)
int ssh_channel_request_shell(ssh_channel)@Deprecated int ssh_channel_request_send_signal(SshLibrary.ssh_channel channel, com.sun.jna.Pointer signum)
ssh_channel_request_send_signal(ssh.SshLibrary.ssh_channel, java.lang.String) and ssh_channel_request_send_signal(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer) insteadint ssh_channel_request_send_signal(ssh_channel, const char*)int ssh_channel_request_send_signal(SshLibrary.ssh_channel channel, java.lang.String signum)
int ssh_channel_request_send_signal(ssh_channel, const char*)int ssh_channel_request_sftp(SshLibrary.ssh_channel channel)
int ssh_channel_request_sftp(ssh_channel)@Deprecated int ssh_channel_request_subsystem(SshLibrary.ssh_channel channel, com.sun.jna.Pointer subsystem)
ssh_channel_request_subsystem(ssh.SshLibrary.ssh_channel, java.lang.String) and ssh_channel_request_subsystem(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer) insteadint ssh_channel_request_subsystem(ssh_channel, const char*)int ssh_channel_request_subsystem(SshLibrary.ssh_channel channel, java.lang.String subsystem)
int ssh_channel_request_subsystem(ssh_channel, const char*)@Deprecated int ssh_channel_request_x11(SshLibrary.ssh_channel channel, int single_connection, com.sun.jna.Pointer protocol, com.sun.jna.Pointer cookie, int screen_number)
ssh_channel_request_x11(ssh.SshLibrary.ssh_channel, int, java.lang.String, java.lang.String, int) and ssh_channel_request_x11(ssh.SshLibrary.ssh_channel, int, com.sun.jna.Pointer, com.sun.jna.Pointer, int) insteadint ssh_channel_request_x11(ssh_channel, int, const char*, const char*, int)int ssh_channel_request_x11(SshLibrary.ssh_channel channel, int single_connection, java.lang.String protocol, java.lang.String cookie, int screen_number)
int ssh_channel_request_x11(ssh_channel, int, const char*, const char*, int)int ssh_channel_send_eof(SshLibrary.ssh_channel channel)
int ssh_channel_send_eof(ssh_channel)int ssh_channel_select(com.sun.jna.ptr.PointerByReference readchans,
com.sun.jna.ptr.PointerByReference writechans,
com.sun.jna.ptr.PointerByReference exceptchans,
com.sun.jna.Pointer timeout)
int ssh_channel_select(ssh_channel*, ssh_channel*, ssh_channel*, timeval*)void ssh_channel_set_blocking(SshLibrary.ssh_channel channel, int blocking)
void ssh_channel_set_blocking(ssh_channel, int)int ssh_channel_write(SshLibrary.ssh_channel channel, com.sun.jna.Pointer data, int len)
int ssh_channel_write(ssh_channel, const void*, uint32_t)int ssh_channel_window_size(SshLibrary.ssh_channel channel)
uint32_t ssh_channel_window_size(ssh_channel)@Deprecated int ssh_try_publickey_from_file(SshLibrary.ssh_session session, com.sun.jna.Pointer keyfile, com.sun.jna.ptr.PointerByReference publickey, com.sun.jna.ptr.IntByReference type)
ssh_try_publickey_from_file(ssh.SshLibrary.ssh_session, java.lang.String, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) and ssh_try_publickey_from_file(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.IntByReference) insteadint ssh_try_publickey_from_file(ssh_session, const char*, ssh_string*, int*)int ssh_try_publickey_from_file(SshLibrary.ssh_session session, java.lang.String keyfile, com.sun.jna.ptr.PointerByReference publickey, java.nio.IntBuffer type)
int ssh_try_publickey_from_file(ssh_session, const char*, ssh_string*, int*)int ssh_auth_list(SshLibrary.ssh_session session)
int ssh_auth_list(ssh_session)@Deprecated com.sun.jna.Pointer ssh_basename(com.sun.jna.Pointer path)
ssh_basename(java.lang.String) and ssh_basename(com.sun.jna.Pointer) insteadchar* ssh_basename(const char*)com.sun.jna.Pointer ssh_basename(java.lang.String path)
char* ssh_basename(const char*)void ssh_clean_pubkey_hash(com.sun.jna.ptr.PointerByReference hash)
void ssh_clean_pubkey_hash(unsigned char**)int ssh_connect(SshLibrary.ssh_session session)
int ssh_connect(ssh_session)java.lang.String ssh_copyright()
char* ssh_copyright()void ssh_disconnect(SshLibrary.ssh_session session)
void ssh_disconnect(ssh_session)@Deprecated com.sun.jna.Pointer ssh_dirname(com.sun.jna.Pointer path)
ssh_dirname(java.lang.String) and ssh_dirname(com.sun.jna.Pointer) insteadchar* ssh_dirname(const char*)com.sun.jna.Pointer ssh_dirname(java.lang.String path)
char* ssh_dirname(const char*)int ssh_finalize()
int ssh_finalize()SshLibrary.ssh_channel ssh_forward_accept(SshLibrary.ssh_session session, int timeout_ms)
ssh_channel ssh_forward_accept(ssh_session, int)@Deprecated int ssh_forward_cancel(SshLibrary.ssh_session session, com.sun.jna.Pointer address, int port)
ssh_forward_cancel(ssh.SshLibrary.ssh_session, java.lang.String, int) and ssh_forward_cancel(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, int) insteadint ssh_forward_cancel(ssh_session, const char*, int)int ssh_forward_cancel(SshLibrary.ssh_session session, java.lang.String address, int port)
int ssh_forward_cancel(ssh_session, const char*, int)@Deprecated int ssh_forward_listen(SshLibrary.ssh_session session, com.sun.jna.Pointer address, int port, com.sun.jna.ptr.IntByReference bound_port)
ssh_forward_listen(ssh.SshLibrary.ssh_session, java.lang.String, int, java.nio.IntBuffer) and ssh_forward_listen(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference) insteadint ssh_forward_listen(ssh_session, const char*, int, int*)int ssh_forward_listen(SshLibrary.ssh_session session, java.lang.String address, int port, java.nio.IntBuffer bound_port)
int ssh_forward_listen(ssh_session, const char*, int, int*)void ssh_free(SshLibrary.ssh_session session)
void ssh_free(ssh_session)java.lang.String ssh_get_disconnect_message(SshLibrary.ssh_session session)
char* ssh_get_disconnect_message(ssh_session)java.lang.String ssh_get_error(com.sun.jna.Pointer error)
char* ssh_get_error(void*)int ssh_get_error_code(com.sun.jna.Pointer error)
int ssh_get_error_code(void*)SshLibrary.SOCKET ssh_get_fd(SshLibrary.ssh_session session)
socket_t ssh_get_fd(ssh_session)@Deprecated
com.sun.jna.Pointer ssh_get_hexa(com.sun.jna.Pointer what,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
ssh_get_hexa(byte[], com.ochafik.lang.jnaerator.runtime.NativeSize) and ssh_get_hexa(com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize) insteadchar* ssh_get_hexa(const unsigned char*, size_t)com.sun.jna.Pointer ssh_get_hexa(byte[] what,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
char* ssh_get_hexa(const unsigned char*, size_t)com.sun.jna.Pointer ssh_get_issue_banner(SshLibrary.ssh_session session)
char* ssh_get_issue_banner(ssh_session)int ssh_get_openssh_version(SshLibrary.ssh_session session)
int ssh_get_openssh_version(ssh_session)SshLibrary.ssh_string ssh_get_pubkey(SshLibrary.ssh_session session)
ssh_string ssh_get_pubkey(ssh_session)int ssh_get_pubkey_hash(SshLibrary.ssh_session session, com.sun.jna.ptr.PointerByReference hash)
int ssh_get_pubkey_hash(ssh_session, unsigned char**)int ssh_get_random(com.sun.jna.Pointer where,
int len,
int strong)
int ssh_get_random(void*, int, int)int ssh_get_version(SshLibrary.ssh_session session)
int ssh_get_version(ssh_session)int ssh_get_status(SshLibrary.ssh_session session)
int ssh_get_status(ssh_session)int ssh_init()
int ssh_init()int ssh_is_blocking(SshLibrary.ssh_session session)
int ssh_is_blocking(ssh_session)int ssh_is_connected(SshLibrary.ssh_session session)
int ssh_is_connected(ssh_session)int ssh_is_server_known(SshLibrary.ssh_session session)
int ssh_is_server_known(ssh_session)@Deprecated void ssh_log(SshLibrary.ssh_session session, int prioriry, com.sun.jna.Pointer format, java.lang.Object... varargs)
#ssh_log(ssh.SshLibrary.ssh_session, int, java.lang.String, java.lang.Object) and #ssh_log(ssh.SshLibrary.ssh_session, int, com.sun.jna.Pointer, java.lang.Object) insteadvoid ssh_log(ssh_session, int, const char*, null)void ssh_log(SshLibrary.ssh_session session, int prioriry, java.lang.String format, java.lang.Object... varargs)
void ssh_log(ssh_session, int, const char*, null)SshLibrary.ssh_channel ssh_message_channel_request_open_reply_accept(SshLibrary.ssh_message msg)
ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message)int ssh_message_channel_request_reply_success(SshLibrary.ssh_message msg)
int ssh_message_channel_request_reply_success(ssh_message)void ssh_message_free(SshLibrary.ssh_message msg)
void ssh_message_free(ssh_message)SshLibrary.ssh_message ssh_message_get(SshLibrary.ssh_session session)
ssh_message ssh_message_get(ssh_session)int ssh_message_subtype(SshLibrary.ssh_message msg)
int ssh_message_subtype(ssh_message)int ssh_message_type(SshLibrary.ssh_message msg)
int ssh_message_type(ssh_message)@Deprecated
int ssh_mkdir(com.sun.jna.Pointer pathname,
int mode)
ssh_mkdir(java.lang.String, int) and ssh_mkdir(com.sun.jna.Pointer, int) insteadint ssh_mkdir(const char*, mode_t)int ssh_mkdir(java.lang.String pathname,
int mode)
int ssh_mkdir(const char*, mode_t)SshLibrary.ssh_session ssh_new()
ssh_session ssh_new()int ssh_options_copy(SshLibrary.ssh_session src, com.sun.jna.ptr.PointerByReference dest)
int ssh_options_copy(ssh_session, ssh_session*)@Deprecated int ssh_options_getopt(SshLibrary.ssh_session session, com.sun.jna.ptr.IntByReference argcptr, com.sun.jna.ptr.PointerByReference argv)
ssh_options_getopt(ssh.SshLibrary.ssh_session, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and ssh_options_getopt(ssh.SshLibrary.ssh_session, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) insteadint ssh_options_getopt(ssh_session, int*, char**)int ssh_options_getopt(SshLibrary.ssh_session session, java.nio.IntBuffer argcptr, com.sun.jna.ptr.PointerByReference argv)
int ssh_options_getopt(ssh_session, int*, char**)@Deprecated int ssh_options_parse_config(SshLibrary.ssh_session session, com.sun.jna.Pointer filename)
ssh_options_parse_config(ssh.SshLibrary.ssh_session, java.lang.String) and ssh_options_parse_config(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer) insteadint ssh_options_parse_config(ssh_session, const char*)int ssh_options_parse_config(SshLibrary.ssh_session session, java.lang.String filename)
int ssh_options_parse_config(ssh_session, const char*)int ssh_options_set(SshLibrary.ssh_session session, int type, com.sun.jna.Pointer value)
int ssh_options_set(ssh_session, ssh_options_e, const void*)type - @see ssh_options_eint ssh_pcap_file_close(SshLibrary.ssh_pcap_file pcap)
int ssh_pcap_file_close(ssh_pcap_file)void ssh_pcap_file_free(SshLibrary.ssh_pcap_file pcap)
void ssh_pcap_file_free(ssh_pcap_file)SshLibrary.ssh_pcap_file ssh_pcap_file_new()
ssh_pcap_file ssh_pcap_file_new()@Deprecated int ssh_pcap_file_open(SshLibrary.ssh_pcap_file pcap, com.sun.jna.Pointer filename)
ssh_pcap_file_open(ssh.SshLibrary.ssh_pcap_file, java.lang.String) and ssh_pcap_file_open(ssh.SshLibrary.ssh_pcap_file, com.sun.jna.Pointer) insteadint ssh_pcap_file_open(ssh_pcap_file, const char*)int ssh_pcap_file_open(SshLibrary.ssh_pcap_file pcap, java.lang.String filename)
int ssh_pcap_file_open(ssh_pcap_file, const char*)int ssh_privatekey_type(SshLibrary.ssh_private_key privatekey)
ssh_keytypes_e ssh_privatekey_type(ssh_private_key)@Deprecated
void ssh_print_hexa(com.sun.jna.Pointer descr,
com.sun.jna.Pointer what,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
ssh_print_hexa(java.lang.String, byte[], com.ochafik.lang.jnaerator.runtime.NativeSize) and ssh_print_hexa(com.sun.jna.Pointer, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize) insteadvoid ssh_print_hexa(const char*, const unsigned char*, size_t)void ssh_print_hexa(java.lang.String descr,
byte[] what,
com.ochafik.lang.jnaerator.runtime.NativeSize len)
void ssh_print_hexa(const char*, const unsigned char*, size_t)int ssh_scp_accept_request(SshLibrary.ssh_scp scp)
int ssh_scp_accept_request(ssh_scp)int ssh_scp_close(SshLibrary.ssh_scp scp)
int ssh_scp_close(ssh_scp)@Deprecated int ssh_scp_deny_request(SshLibrary.ssh_scp scp, com.sun.jna.Pointer reason)
ssh_scp_deny_request(ssh.SshLibrary.ssh_scp, java.lang.String) and ssh_scp_deny_request(ssh.SshLibrary.ssh_scp, com.sun.jna.Pointer) insteadint ssh_scp_deny_request(ssh_scp, const char*)int ssh_scp_deny_request(SshLibrary.ssh_scp scp, java.lang.String reason)
int ssh_scp_deny_request(ssh_scp, const char*)void ssh_scp_free(SshLibrary.ssh_scp scp)
void ssh_scp_free(ssh_scp)int ssh_scp_init(SshLibrary.ssh_scp scp)
int ssh_scp_init(ssh_scp)int ssh_scp_leave_directory(SshLibrary.ssh_scp scp)
int ssh_scp_leave_directory(ssh_scp)@Deprecated SshLibrary.ssh_scp ssh_scp_new(SshLibrary.ssh_session session, int mode, com.sun.jna.Pointer location)
ssh_scp_new(ssh.SshLibrary.ssh_session, int, java.lang.String) and ssh_scp_new(ssh.SshLibrary.ssh_session, int, com.sun.jna.Pointer) insteadssh_scp ssh_scp_new(ssh_session, int, const char*)SshLibrary.ssh_scp ssh_scp_new(SshLibrary.ssh_session session, int mode, java.lang.String location)
ssh_scp ssh_scp_new(ssh_session, int, const char*)int ssh_scp_pull_request(SshLibrary.ssh_scp scp)
int ssh_scp_pull_request(ssh_scp)@Deprecated int ssh_scp_push_directory(SshLibrary.ssh_scp scp, com.sun.jna.Pointer dirname, int mode)
ssh_scp_push_directory(ssh.SshLibrary.ssh_scp, java.lang.String, int) and ssh_scp_push_directory(ssh.SshLibrary.ssh_scp, com.sun.jna.Pointer, int) insteadint ssh_scp_push_directory(ssh_scp, const char*, int)int ssh_scp_push_directory(SshLibrary.ssh_scp scp, java.lang.String dirname, int mode)
int ssh_scp_push_directory(ssh_scp, const char*, int)@Deprecated int ssh_scp_push_file(SshLibrary.ssh_scp scp, com.sun.jna.Pointer filename, com.ochafik.lang.jnaerator.runtime.NativeSize size, int perms)
ssh_scp_push_file(ssh.SshLibrary.ssh_scp, java.lang.String, com.ochafik.lang.jnaerator.runtime.NativeSize, int) and ssh_scp_push_file(ssh.SshLibrary.ssh_scp, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize, int) insteadint ssh_scp_push_file(ssh_scp, const char*, size_t, int)int ssh_scp_push_file(SshLibrary.ssh_scp scp, java.lang.String filename, com.ochafik.lang.jnaerator.runtime.NativeSize size, int perms)
int ssh_scp_push_file(ssh_scp, const char*, size_t, int)int ssh_scp_read(SshLibrary.ssh_scp scp, com.sun.jna.Pointer buffer, com.ochafik.lang.jnaerator.runtime.NativeSize size)
int ssh_scp_read(ssh_scp, void*, size_t)java.lang.String ssh_scp_request_get_filename(SshLibrary.ssh_scp scp)
char* ssh_scp_request_get_filename(ssh_scp)int ssh_scp_request_get_permissions(SshLibrary.ssh_scp scp)
int ssh_scp_request_get_permissions(ssh_scp)com.ochafik.lang.jnaerator.runtime.NativeSize ssh_scp_request_get_size(SshLibrary.ssh_scp scp)
size_t ssh_scp_request_get_size(ssh_scp)java.lang.String ssh_scp_request_get_warning(SshLibrary.ssh_scp scp)
char* ssh_scp_request_get_warning(ssh_scp)int ssh_scp_write(SshLibrary.ssh_scp scp, com.sun.jna.Pointer buffer, com.ochafik.lang.jnaerator.runtime.NativeSize len)
int ssh_scp_write(ssh_scp, const void*, size_t)int ssh_select(com.sun.jna.ptr.PointerByReference channels,
com.sun.jna.ptr.PointerByReference outchannels,
SshLibrary.SOCKET maxfd,
com.sun.jna.Pointer readfds,
com.sun.jna.Pointer timeout)
int ssh_select(ssh_channel*, ssh_channel*, socket_t, fd_set*, timeval*)@Deprecated int ssh_service_request(SshLibrary.ssh_session session, com.sun.jna.Pointer service)
ssh_service_request(ssh.SshLibrary.ssh_session, java.lang.String) and ssh_service_request(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer) insteadint ssh_service_request(ssh_session, const char*)int ssh_service_request(SshLibrary.ssh_session session, java.lang.String service)
int ssh_service_request(ssh_session, const char*)void ssh_set_blocking(SshLibrary.ssh_session session, int blocking)
void ssh_set_blocking(ssh_session, int)void ssh_set_fd_except(SshLibrary.ssh_session session)
void ssh_set_fd_except(ssh_session)void ssh_set_fd_toread(SshLibrary.ssh_session session)
void ssh_set_fd_toread(ssh_session)void ssh_set_fd_towrite(SshLibrary.ssh_session session)
void ssh_set_fd_towrite(ssh_session)void ssh_silent_disconnect(SshLibrary.ssh_session session)
void ssh_silent_disconnect(ssh_session)int ssh_set_pcap_file(SshLibrary.ssh_session session, SshLibrary.ssh_pcap_file pcapfile)
int ssh_set_pcap_file(ssh_session, ssh_pcap_file)@Deprecated int ssh_userauth_autopubkey(SshLibrary.ssh_session session, com.sun.jna.Pointer passphrase)
ssh_userauth_autopubkey(ssh.SshLibrary.ssh_session, java.lang.String) and ssh_userauth_autopubkey(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer) insteadint ssh_userauth_autopubkey(ssh_session, const char*)int ssh_userauth_autopubkey(SshLibrary.ssh_session session, java.lang.String passphrase)
int ssh_userauth_autopubkey(ssh_session, const char*)@Deprecated int ssh_userauth_kbdint(SshLibrary.ssh_session session, com.sun.jna.Pointer user, com.sun.jna.Pointer submethods)
ssh_userauth_kbdint(ssh.SshLibrary.ssh_session, java.lang.String, java.lang.String) and ssh_userauth_kbdint(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint ssh_userauth_kbdint(ssh_session, const char*, const char*)int ssh_userauth_kbdint(SshLibrary.ssh_session session, java.lang.String user, java.lang.String submethods)
int ssh_userauth_kbdint(ssh_session, const char*, const char*)java.lang.String ssh_userauth_kbdint_getinstruction(SshLibrary.ssh_session session)
char* ssh_userauth_kbdint_getinstruction(ssh_session)java.lang.String ssh_userauth_kbdint_getname(SshLibrary.ssh_session session)
char* ssh_userauth_kbdint_getname(ssh_session)int ssh_userauth_kbdint_getnprompts(SshLibrary.ssh_session session)
int ssh_userauth_kbdint_getnprompts(ssh_session)@Deprecated java.lang.String ssh_userauth_kbdint_getprompt(SshLibrary.ssh_session session, int i, com.sun.jna.Pointer echo)
ssh_userauth_kbdint_getprompt(ssh.SshLibrary.ssh_session, int, java.nio.ByteBuffer) and ssh_userauth_kbdint_getprompt(ssh.SshLibrary.ssh_session, int, com.sun.jna.Pointer) insteadchar* ssh_userauth_kbdint_getprompt(ssh_session, unsigned int, char*)java.lang.String ssh_userauth_kbdint_getprompt(SshLibrary.ssh_session session, int i, java.nio.ByteBuffer echo)
char* ssh_userauth_kbdint_getprompt(ssh_session, unsigned int, char*)@Deprecated int ssh_userauth_kbdint_setanswer(SshLibrary.ssh_session session, int i, com.sun.jna.Pointer answer)
ssh_userauth_kbdint_setanswer(ssh.SshLibrary.ssh_session, int, java.lang.String) and ssh_userauth_kbdint_setanswer(ssh.SshLibrary.ssh_session, int, com.sun.jna.Pointer) insteadint ssh_userauth_kbdint_setanswer(ssh_session, unsigned int, const char*)int ssh_userauth_kbdint_setanswer(SshLibrary.ssh_session session, int i, java.lang.String answer)
int ssh_userauth_kbdint_setanswer(ssh_session, unsigned int, const char*)@Deprecated int ssh_userauth_list(SshLibrary.ssh_session session, com.sun.jna.Pointer username)
ssh_userauth_list(ssh.SshLibrary.ssh_session, java.lang.String) and ssh_userauth_list(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer) insteadint ssh_userauth_list(ssh_session, const char*)int ssh_userauth_list(SshLibrary.ssh_session session, java.lang.String username)
int ssh_userauth_list(ssh_session, const char*)@Deprecated int ssh_userauth_none(SshLibrary.ssh_session session, com.sun.jna.Pointer username)
ssh_userauth_none(ssh.SshLibrary.ssh_session, java.lang.String) and ssh_userauth_none(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer) insteadint ssh_userauth_none(ssh_session, const char*)int ssh_userauth_none(SshLibrary.ssh_session session, java.lang.String username)
int ssh_userauth_none(ssh_session, const char*)@Deprecated int ssh_userauth_offer_pubkey(SshLibrary.ssh_session session, com.sun.jna.Pointer username, int type, SshLibrary.ssh_string publickey)
ssh_userauth_offer_pubkey(ssh.SshLibrary.ssh_session, java.lang.String, int, ssh.SshLibrary.ssh_string) and ssh_userauth_offer_pubkey(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, int, ssh.SshLibrary.ssh_string) insteadint ssh_userauth_offer_pubkey(ssh_session, const char*, int, ssh_string)int ssh_userauth_offer_pubkey(SshLibrary.ssh_session session, java.lang.String username, int type, SshLibrary.ssh_string publickey)
int ssh_userauth_offer_pubkey(ssh_session, const char*, int, ssh_string)@Deprecated int ssh_userauth_password(SshLibrary.ssh_session session, com.sun.jna.Pointer username, com.sun.jna.Pointer password)
ssh_userauth_password(ssh.SshLibrary.ssh_session, java.lang.String, java.lang.String) and ssh_userauth_password(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint ssh_userauth_password(ssh_session, const char*, const char*)int ssh_userauth_password(SshLibrary.ssh_session session, java.lang.String username, java.lang.String password)
int ssh_userauth_password(ssh_session, const char*, const char*)@Deprecated int ssh_userauth_pubkey(SshLibrary.ssh_session session, com.sun.jna.Pointer username, SshLibrary.ssh_string publickey, SshLibrary.ssh_private_key privatekey)
ssh_userauth_pubkey(ssh.SshLibrary.ssh_session, java.lang.String, ssh.SshLibrary.ssh_string, ssh.SshLibrary.ssh_private_key) and ssh_userauth_pubkey(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, ssh.SshLibrary.ssh_string, ssh.SshLibrary.ssh_private_key) insteadint ssh_userauth_pubkey(ssh_session, const char*, ssh_string, ssh_private_key)int ssh_userauth_pubkey(SshLibrary.ssh_session session, java.lang.String username, SshLibrary.ssh_string publickey, SshLibrary.ssh_private_key privatekey)
int ssh_userauth_pubkey(ssh_session, const char*, ssh_string, ssh_private_key)@Deprecated int ssh_userauth_privatekey_file(SshLibrary.ssh_session session, com.sun.jna.Pointer username, com.sun.jna.Pointer filename, com.sun.jna.Pointer passphrase)
ssh_userauth_privatekey_file(ssh.SshLibrary.ssh_session, java.lang.String, java.lang.String, java.lang.String) and ssh_userauth_privatekey_file(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint ssh_userauth_privatekey_file(ssh_session, const char*, const char*, const char*)int ssh_userauth_privatekey_file(SshLibrary.ssh_session session, java.lang.String username, java.lang.String filename, java.lang.String passphrase)
int ssh_userauth_privatekey_file(ssh_session, const char*, const char*, const char*)java.lang.String ssh_version(int req_version)
char* ssh_version(int)int ssh_write_knownhost(SshLibrary.ssh_session session)
int ssh_write_knownhost(ssh_session)void ssh_string_burn(SshLibrary.ssh_string str)
void ssh_string_burn(ssh_string)SshLibrary.ssh_string ssh_string_copy(SshLibrary.ssh_string str)
ssh_string ssh_string_copy(ssh_string)com.sun.jna.Pointer ssh_string_data(SshLibrary.ssh_string str)
void* ssh_string_data(ssh_string)int ssh_string_fill(SshLibrary.ssh_string str, com.sun.jna.Pointer data, com.ochafik.lang.jnaerator.runtime.NativeSize len)
int ssh_string_fill(ssh_string, const void*, size_t)void ssh_string_free(SshLibrary.ssh_string str)
void ssh_string_free(ssh_string)@Deprecated SshLibrary.ssh_string ssh_string_from_char(com.sun.jna.Pointer what)
ssh_string_from_char(java.lang.String) and ssh_string_from_char(com.sun.jna.Pointer) insteadssh_string ssh_string_from_char(const char*)SshLibrary.ssh_string ssh_string_from_char(java.lang.String what)
ssh_string ssh_string_from_char(const char*)com.ochafik.lang.jnaerator.runtime.NativeSize ssh_string_len(SshLibrary.ssh_string str)
size_t ssh_string_len(ssh_string)SshLibrary.ssh_string ssh_string_new(com.ochafik.lang.jnaerator.runtime.NativeSize size)
ssh_string ssh_string_new(size_t)com.sun.jna.Pointer ssh_string_to_char(SshLibrary.ssh_string str)
char* ssh_string_to_char(ssh_string)@Deprecated void ssh_string_free_char(com.sun.jna.Pointer s)
ssh_string_free_char(java.nio.ByteBuffer) and ssh_string_free_char(com.sun.jna.Pointer) insteadvoid ssh_string_free_char(char*)void ssh_string_free_char(java.nio.ByteBuffer s)
void ssh_string_free_char(char*)@Deprecated
int ssh_getpass(com.sun.jna.Pointer prompt,
com.sun.jna.Pointer buf,
com.ochafik.lang.jnaerator.runtime.NativeSize len,
int echo,
int verify)
ssh_getpass(java.lang.String, java.nio.ByteBuffer, com.ochafik.lang.jnaerator.runtime.NativeSize, int, int) and ssh_getpass(com.sun.jna.Pointer, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize, int, int) insteadint ssh_getpass(const char*, char*, size_t, int, int)int ssh_getpass(java.lang.String prompt,
java.nio.ByteBuffer buf,
com.ochafik.lang.jnaerator.runtime.NativeSize len,
int echo,
int verify)
int ssh_getpass(const char*, char*, size_t, int, int)sftp_session_struct sftp_new(SshLibrary.ssh_session session)
void sftp_free(sftp_session_struct sftp)
int sftp_init(sftp_session_struct sftp)
int sftp_get_error(sftp_session_struct sftp)
int sftp_extensions_get_count(sftp_session_struct sftp)
java.lang.String sftp_extensions_get_name(sftp_session_struct sftp, int indexn)
java.lang.String sftp_extensions_get_data(sftp_session_struct sftp, int indexn)
@Deprecated int sftp_extension_supported(sftp_session_struct sftp, com.sun.jna.Pointer name, com.sun.jna.Pointer data)
sftp_extension_supported(ssh.sftp_session_struct, java.lang.String, java.lang.String) and sftp_extension_supported(ssh.sftp_session_struct, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint sftp_extension_supported(sftp_session_struct sftp, java.lang.String name, java.lang.String data)
@Deprecated sftp_dir_struct sftp_opendir(sftp_session_struct session, com.sun.jna.Pointer path)
sftp_opendir(ssh.sftp_session_struct, java.lang.String) and sftp_opendir(ssh.sftp_session_struct, com.sun.jna.Pointer) insteadsession - The sftp session handle to open the directory.path - The path of the directory to open.Original signature : sftp_dir sftp_opendir(sftp_session, const char*)
native declaration : /usr/include/libssh/sftp.h:295
sftp_dir_struct sftp_opendir(sftp_session_struct session, java.lang.String path)
session - The sftp session handle to open the directory.path - The path of the directory to open.Original signature : sftp_dir sftp_opendir(sftp_session, const char*)
native declaration : /usr/include/libssh/sftp.h:295sftp_attributes_struct sftp_readdir(sftp_session_struct session, sftp_dir_struct dir)
dir - The opened sftp directory handle to read from.sftp_attribute_free()
,
Original signature : sftp_attributes sftp_readdir(sftp_session, sftp_dir)
native declaration : /usr/include/libssh/sftp.h:310int sftp_dir_eof(sftp_dir_struct dir)
@Deprecated sftp_attributes_struct sftp_stat(sftp_session_struct session, com.sun.jna.Pointer path)
sftp_stat(ssh.sftp_session_struct, java.lang.String) and sftp_stat(ssh.sftp_session_struct, com.sun.jna.Pointer) insteadpath - The path to the file or directory to obtain thesftp_attributes sftp_stat(sftp_session, const char*)sftp_attributes_struct sftp_stat(sftp_session_struct session, java.lang.String path)
path - The path to the file or directory to obtain thesftp_attributes sftp_stat(sftp_session, const char*)@Deprecated sftp_attributes_struct sftp_lstat(sftp_session_struct session, com.sun.jna.Pointer path)
sftp_lstat(ssh.sftp_session_struct, java.lang.String) and sftp_lstat(ssh.sftp_session_struct, com.sun.jna.Pointer) insteadpath - The path to the file or directory to obtain thesftp_attributes sftp_lstat(sftp_session, const char*)sftp_attributes_struct sftp_lstat(sftp_session_struct session, java.lang.String path)
path - The path to the file or directory to obtain thesftp_attributes sftp_lstat(sftp_session, const char*)sftp_attributes_struct sftp_fstat(sftp_file_struct file)
void sftp_attributes_free(sftp_attributes_struct file)
int sftp_closedir(sftp_dir_struct dir)
int sftp_close(sftp_file_struct file)
@Deprecated sftp_file_struct sftp_open(sftp_session_struct session, com.sun.jna.Pointer file, int accesstype, int mode)
sftp_open(ssh.sftp_session_struct, java.lang.String, int, int) and sftp_open(ssh.sftp_session_struct, com.sun.jna.Pointer, int, int) insteadsftp_file_struct sftp_open(sftp_session_struct session, java.lang.String file, int accesstype, int mode)
void sftp_file_set_nonblocking(sftp_file_struct handle)
void sftp_file_set_nonblocking(sftp_file)void sftp_file_set_blocking(sftp_file_struct handle)
void sftp_file_set_blocking(sftp_file)int sftp_read(sftp_file_struct file, com.sun.jna.Pointer buf, com.ochafik.lang.jnaerator.runtime.NativeSize count)
int sftp_async_read_begin(sftp_file_struct file, int len)
Original signature : int sftp_async_read_begin(sftp_file, uint32_t)
native declaration : /usr/include/libssh/sftp.h:465int sftp_async_read(sftp_file_struct file, com.sun.jna.Pointer data, int len, int id)
int sftp_write(sftp_file_struct file, com.sun.jna.Pointer buf, com.ochafik.lang.jnaerator.runtime.NativeSize count)
sftp_read()
,
Original signature : ssize_t sftp_write(sftp_file, const void*, size_t)
native declaration : /usr/include/libssh/sftp.h:508int sftp_seek(sftp_file_struct file, int new_offset)
int sftp_seek64(sftp_file_struct file, long new_offset)
int sftp_tell(sftp_file_struct file)
long sftp_tell64(sftp_file_struct file)
void sftp_rewind(sftp_file_struct file)
@Deprecated int sftp_unlink(sftp_session_struct sftp, com.sun.jna.Pointer file)
sftp_unlink(ssh.sftp_session_struct, java.lang.String) and sftp_unlink(ssh.sftp_session_struct, com.sun.jna.Pointer) insteadint sftp_unlink(sftp_session_struct sftp, java.lang.String file)
@Deprecated int sftp_rmdir(sftp_session_struct sftp, com.sun.jna.Pointer directory)
sftp_rmdir(ssh.sftp_session_struct, java.lang.String) and sftp_rmdir(ssh.sftp_session_struct, com.sun.jna.Pointer) insteadint sftp_rmdir(sftp_session_struct sftp, java.lang.String directory)
@Deprecated int sftp_mkdir(sftp_session_struct sftp, com.sun.jna.Pointer directory, int mode)
sftp_mkdir(ssh.sftp_session_struct, java.lang.String, int) and sftp_mkdir(ssh.sftp_session_struct, com.sun.jna.Pointer, int) insteadint sftp_mkdir(sftp_session_struct sftp, java.lang.String directory, int mode)
@Deprecated int sftp_rename(sftp_session_struct sftp, com.sun.jna.Pointer original, com.sun.jna.Pointer newname)
sftp_rename(ssh.sftp_session_struct, java.lang.String, java.lang.String) and sftp_rename(ssh.sftp_session_struct, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint sftp_rename(sftp_session_struct sftp, java.lang.String original, java.lang.String newname)
@Deprecated int sftp_setstat(sftp_session_struct sftp, com.sun.jna.Pointer file, sftp_attributes_struct attr)
sftp_setstat(ssh.sftp_session_struct, java.lang.String, ssh.sftp_attributes_struct) and sftp_setstat(ssh.sftp_session_struct, com.sun.jna.Pointer, ssh.sftp_attributes_struct) insteadint sftp_setstat(sftp_session_struct sftp, java.lang.String file, sftp_attributes_struct attr)
@Deprecated int sftp_chown(sftp_session_struct sftp, com.sun.jna.Pointer file, int owner, int group)
sftp_chown(ssh.sftp_session_struct, java.lang.String, int, int) and sftp_chown(ssh.sftp_session_struct, com.sun.jna.Pointer, int, int) insteadint sftp_chown(sftp_session_struct sftp, java.lang.String file, int owner, int group)
@Deprecated int sftp_chmod(sftp_session_struct sftp, com.sun.jna.Pointer file, int mode)
sftp_chmod(ssh.sftp_session_struct, java.lang.String, int) and sftp_chmod(ssh.sftp_session_struct, com.sun.jna.Pointer, int) insteadint sftp_chmod(sftp_session_struct sftp, java.lang.String file, int mode)
@Deprecated int sftp_utimes(sftp_session_struct sftp, com.sun.jna.Pointer file, com.sun.jna.Pointer times)
sftp_utimes(ssh.sftp_session_struct, java.lang.String, com.sun.jna.Pointer) and sftp_utimes(ssh.sftp_session_struct, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint sftp_utimes(sftp_session_struct sftp, java.lang.String file, com.sun.jna.Pointer times)
@Deprecated int sftp_symlink(sftp_session_struct sftp, com.sun.jna.Pointer target, com.sun.jna.Pointer dest)
sftp_symlink(ssh.sftp_session_struct, java.lang.String, java.lang.String) and sftp_symlink(ssh.sftp_session_struct, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint sftp_symlink(sftp_session_struct sftp, java.lang.String target, java.lang.String dest)
@Deprecated com.sun.jna.Pointer sftp_readlink(sftp_session_struct sftp, com.sun.jna.Pointer path)
sftp_readlink(ssh.sftp_session_struct, java.lang.String) and sftp_readlink(ssh.sftp_session_struct, com.sun.jna.Pointer) insteadcom.sun.jna.Pointer sftp_readlink(sftp_session_struct sftp, java.lang.String path)
@Deprecated sftp_statvfs_struct sftp_statvfs(sftp_session_struct sftp, com.sun.jna.Pointer path)
sftp_statvfs(ssh.sftp_session_struct, java.lang.String) and sftp_statvfs(ssh.sftp_session_struct, com.sun.jna.Pointer) insteadsftp_statvfs_struct sftp_statvfs(sftp_session_struct sftp, java.lang.String path)
sftp_statvfs_struct sftp_fstatvfs(sftp_file_struct file)
void sftp_statvfs_free(sftp_statvfs_struct statvfs_o)
@Deprecated com.sun.jna.Pointer sftp_canonicalize_path(sftp_session_struct sftp, com.sun.jna.Pointer path)
sftp_canonicalize_path(ssh.sftp_session_struct, java.lang.String) and sftp_canonicalize_path(ssh.sftp_session_struct, com.sun.jna.Pointer) insteadcom.sun.jna.Pointer sftp_canonicalize_path(sftp_session_struct sftp, java.lang.String path)
int sftp_server_version(sftp_session_struct sftp)
sftp_packet_struct sftp_packet_read(sftp_session_struct sftp)
sftp_packet sftp_packet_read(sftp_session)int sftp_packet_write(sftp_session_struct sftp, byte type, SshLibrary.ssh_buffer payload)
int sftp_packet_write(sftp_session, uint8_t, ssh_buffer)void sftp_packet_free(sftp_packet_struct packet)
void sftp_packet_free(sftp_packet)int buffer_add_attributes(SshLibrary.ssh_buffer buffer, sftp_attributes_struct attr)
int buffer_add_attributes(ssh_buffer, sftp_attributes)sftp_attributes_struct sftp_parse_attr(sftp_session_struct session, SshLibrary.ssh_buffer buf, int expectname)
sftp_attributes sftp_parse_attr(sftp_session, ssh_buffer, int)sftp_client_message_struct sftp_get_client_message(sftp_session_struct sftp)
sftp_client_message sftp_get_client_message(sftp_session)void sftp_client_message_free(sftp_client_message_struct msg)
void sftp_client_message_free(sftp_client_message)@Deprecated int sftp_reply_name(sftp_client_message_struct msg, com.sun.jna.Pointer name, sftp_attributes_struct attr)
sftp_reply_name(ssh.sftp_client_message_struct, java.lang.String, ssh.sftp_attributes_struct) and sftp_reply_name(ssh.sftp_client_message_struct, com.sun.jna.Pointer, ssh.sftp_attributes_struct) insteadint sftp_reply_name(sftp_client_message, const char*, sftp_attributes)int sftp_reply_name(sftp_client_message_struct msg, java.lang.String name, sftp_attributes_struct attr)
int sftp_reply_name(sftp_client_message, const char*, sftp_attributes)int sftp_reply_handle(sftp_client_message_struct msg, SshLibrary.ssh_string handle)
int sftp_reply_handle(sftp_client_message, ssh_string)SshLibrary.ssh_string sftp_handle_alloc(sftp_session_struct sftp, com.sun.jna.Pointer info)
ssh_string sftp_handle_alloc(sftp_session, void*)int sftp_reply_attr(sftp_client_message_struct msg, sftp_attributes_struct attr)
int sftp_reply_attr(sftp_client_message, sftp_attributes)com.sun.jna.Pointer sftp_handle(sftp_session_struct sftp, SshLibrary.ssh_string handle)
void* sftp_handle(sftp_session, ssh_string)@Deprecated int sftp_reply_status(sftp_client_message_struct msg, int status, com.sun.jna.Pointer message)
sftp_reply_status(ssh.sftp_client_message_struct, int, java.lang.String) and sftp_reply_status(ssh.sftp_client_message_struct, int, com.sun.jna.Pointer) insteadint sftp_reply_status(sftp_client_message, uint32_t, const char*)int sftp_reply_status(sftp_client_message_struct msg, int status, java.lang.String message)
int sftp_reply_status(sftp_client_message, uint32_t, const char*)@Deprecated int sftp_reply_names_add(sftp_client_message_struct msg, com.sun.jna.Pointer file, com.sun.jna.Pointer longname, sftp_attributes_struct attr)
sftp_reply_names_add(ssh.sftp_client_message_struct, java.lang.String, java.lang.String, ssh.sftp_attributes_struct) and sftp_reply_names_add(ssh.sftp_client_message_struct, com.sun.jna.Pointer, com.sun.jna.Pointer, ssh.sftp_attributes_struct) insteadint sftp_reply_names_add(sftp_client_message, const char*, const char*, sftp_attributes)int sftp_reply_names_add(sftp_client_message_struct msg, java.lang.String file, java.lang.String longname, sftp_attributes_struct attr)
int sftp_reply_names_add(sftp_client_message, const char*, const char*, sftp_attributes)int sftp_reply_names(sftp_client_message_struct msg)
int sftp_reply_names(sftp_client_message)int sftp_reply_data(sftp_client_message_struct msg, com.sun.jna.Pointer data, int len)
int sftp_reply_data(sftp_client_message, const void*, int)void sftp_handle_remove(sftp_session_struct sftp, com.sun.jna.Pointer handle)
void sftp_handle_remove(sftp_session, void*)int ssh_set_callbacks(SshLibrary.ssh_session session, ssh_callbacks_struct cb)
int ssh_set_channel_callbacks(SshLibrary.ssh_channel channel, ssh_channel_callbacks_struct cb)
int ssh_threads_set_callbacks(ssh_threads_callbacks_struct cb)
cb - pointer to a ssh_threads_callbacks_struct structure, which containsssh_threads_callbacks_struct
,
Original signature : int ssh_threads_set_callbacks(ssh_threads_callbacks_struct*)
native declaration : /usr/include/libssh/callbacks.h:436ssh_threads_callbacks_struct ssh_threads_get_pthread()
Original signature : ssh_threads_callbacks_struct* ssh_threads_get_pthread()
native declaration : /usr/include/libssh/callbacks.h:445ssh_threads_callbacks_struct ssh_threads_get_noop()
Original signature : ssh_threads_callbacks_struct* ssh_threads_get_noop()
native declaration : /usr/include/libssh/callbacks.h:453void buffer_free(SshLibrary.ssh_buffer buffer)
void buffer_free(ssh_buffer)com.sun.jna.Pointer buffer_get(SshLibrary.ssh_buffer buffer)
void* buffer_get(ssh_buffer)int buffer_get_len(SshLibrary.ssh_buffer buffer)
uint32_t buffer_get_len(ssh_buffer)SshLibrary.ssh_buffer buffer_new()
ssh_buffer buffer_new()SshLibrary.ssh_channel channel_accept_x11(SshLibrary.ssh_channel channel, int timeout_ms)
ssh_channel channel_accept_x11(ssh_channel, int)int channel_change_pty_size(SshLibrary.ssh_channel channel, int cols, int rows)
int channel_change_pty_size(ssh_channel, int, int)SshLibrary.ssh_channel channel_forward_accept(SshLibrary.ssh_session session, int timeout_ms)
ssh_channel channel_forward_accept(ssh_session, int)int channel_close(SshLibrary.ssh_channel channel)
int channel_close(ssh_channel)@Deprecated int channel_forward_cancel(SshLibrary.ssh_session session, com.sun.jna.Pointer address, int port)
channel_forward_cancel(ssh.SshLibrary.ssh_session, java.lang.String, int) and channel_forward_cancel(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, int) insteadint channel_forward_cancel(ssh_session, const char*, int)int channel_forward_cancel(SshLibrary.ssh_session session, java.lang.String address, int port)
int channel_forward_cancel(ssh_session, const char*, int)@Deprecated int channel_forward_listen(SshLibrary.ssh_session session, com.sun.jna.Pointer address, int port, com.sun.jna.ptr.IntByReference bound_port)
channel_forward_listen(ssh.SshLibrary.ssh_session, java.lang.String, int, java.nio.IntBuffer) and channel_forward_listen(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference) insteadint channel_forward_listen(ssh_session, const char*, int, int*)int channel_forward_listen(SshLibrary.ssh_session session, java.lang.String address, int port, java.nio.IntBuffer bound_port)
int channel_forward_listen(ssh_session, const char*, int, int*)void channel_free(SshLibrary.ssh_channel channel)
void channel_free(ssh_channel)int channel_get_exit_status(SshLibrary.ssh_channel channel)
int channel_get_exit_status(ssh_channel)SshLibrary.ssh_session channel_get_session(SshLibrary.ssh_channel channel)
ssh_session channel_get_session(ssh_channel)int channel_is_closed(SshLibrary.ssh_channel channel)
int channel_is_closed(ssh_channel)int channel_is_eof(SshLibrary.ssh_channel channel)
int channel_is_eof(ssh_channel)int channel_is_open(SshLibrary.ssh_channel channel)
int channel_is_open(ssh_channel)SshLibrary.ssh_channel channel_new(SshLibrary.ssh_session session)
ssh_channel channel_new(ssh_session)@Deprecated int channel_open_forward(SshLibrary.ssh_channel channel, com.sun.jna.Pointer remotehost, int remoteport, com.sun.jna.Pointer sourcehost, int localport)
channel_open_forward(ssh.SshLibrary.ssh_channel, java.lang.String, int, java.lang.String, int) and channel_open_forward(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer, int, com.sun.jna.Pointer, int) insteadint channel_open_forward(ssh_channel, const char*, int, const char*, int)int channel_open_forward(SshLibrary.ssh_channel channel, java.lang.String remotehost, int remoteport, java.lang.String sourcehost, int localport)
int channel_open_forward(ssh_channel, const char*, int, const char*, int)int channel_open_session(SshLibrary.ssh_channel channel)
int channel_open_session(ssh_channel)int channel_poll(SshLibrary.ssh_channel channel, int is_stderr)
int channel_poll(ssh_channel, int)int channel_read(SshLibrary.ssh_channel channel, com.sun.jna.Pointer dest, int count, int is_stderr)
int channel_read(ssh_channel, void*, uint32_t, int)int channel_read_buffer(SshLibrary.ssh_channel channel, SshLibrary.ssh_buffer buffer, int count, int is_stderr)
int channel_read_buffer(ssh_channel, ssh_buffer, uint32_t, int)int channel_read_nonblocking(SshLibrary.ssh_channel channel, com.sun.jna.Pointer dest, int count, int is_stderr)
int channel_read_nonblocking(ssh_channel, void*, uint32_t, int)@Deprecated int channel_request_env(SshLibrary.ssh_channel channel, com.sun.jna.Pointer name, com.sun.jna.Pointer value)
channel_request_env(ssh.SshLibrary.ssh_channel, java.lang.String, java.lang.String) and channel_request_env(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint channel_request_env(ssh_channel, const char*, const char*)int channel_request_env(SshLibrary.ssh_channel channel, java.lang.String name, java.lang.String value)
int channel_request_env(ssh_channel, const char*, const char*)@Deprecated int channel_request_exec(SshLibrary.ssh_channel channel, com.sun.jna.Pointer cmd)
channel_request_exec(ssh.SshLibrary.ssh_channel, java.lang.String) and channel_request_exec(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer) insteadint channel_request_exec(ssh_channel, const char*)int channel_request_exec(SshLibrary.ssh_channel channel, java.lang.String cmd)
int channel_request_exec(ssh_channel, const char*)int channel_request_pty(SshLibrary.ssh_channel channel)
int channel_request_pty(ssh_channel)@Deprecated int channel_request_pty_size(SshLibrary.ssh_channel channel, com.sun.jna.Pointer term, int cols, int rows)
channel_request_pty_size(ssh.SshLibrary.ssh_channel, java.lang.String, int, int) and channel_request_pty_size(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer, int, int) insteadint channel_request_pty_size(ssh_channel, const char*, int, int)int channel_request_pty_size(SshLibrary.ssh_channel channel, java.lang.String term, int cols, int rows)
int channel_request_pty_size(ssh_channel, const char*, int, int)int channel_request_shell(SshLibrary.ssh_channel channel)
int channel_request_shell(ssh_channel)@Deprecated int channel_request_send_signal(SshLibrary.ssh_channel channel, com.sun.jna.Pointer signum)
channel_request_send_signal(ssh.SshLibrary.ssh_channel, java.lang.String) and channel_request_send_signal(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer) insteadint channel_request_send_signal(ssh_channel, const char*)int channel_request_send_signal(SshLibrary.ssh_channel channel, java.lang.String signum)
int channel_request_send_signal(ssh_channel, const char*)int channel_request_sftp(SshLibrary.ssh_channel channel)
int channel_request_sftp(ssh_channel)@Deprecated int channel_request_subsystem(SshLibrary.ssh_channel channel, com.sun.jna.Pointer subsystem)
channel_request_subsystem(ssh.SshLibrary.ssh_channel, java.lang.String) and channel_request_subsystem(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer) insteadint channel_request_subsystem(ssh_channel, const char*)int channel_request_subsystem(SshLibrary.ssh_channel channel, java.lang.String subsystem)
int channel_request_subsystem(ssh_channel, const char*)@Deprecated int channel_request_x11(SshLibrary.ssh_channel channel, int single_connection, com.sun.jna.Pointer protocol, com.sun.jna.Pointer cookie, int screen_number)
channel_request_x11(ssh.SshLibrary.ssh_channel, int, java.lang.String, java.lang.String, int) and channel_request_x11(ssh.SshLibrary.ssh_channel, int, com.sun.jna.Pointer, com.sun.jna.Pointer, int) insteadint channel_request_x11(ssh_channel, int, const char*, const char*, int)int channel_request_x11(SshLibrary.ssh_channel channel, int single_connection, java.lang.String protocol, java.lang.String cookie, int screen_number)
int channel_request_x11(ssh_channel, int, const char*, const char*, int)int channel_send_eof(SshLibrary.ssh_channel channel)
int channel_send_eof(ssh_channel)int channel_select(com.sun.jna.ptr.PointerByReference readchans,
com.sun.jna.ptr.PointerByReference writechans,
com.sun.jna.ptr.PointerByReference exceptchans,
com.sun.jna.Pointer timeout)
int channel_select(ssh_channel*, ssh_channel*, ssh_channel*, timeval*)void channel_set_blocking(SshLibrary.ssh_channel channel, int blocking)
void channel_set_blocking(ssh_channel, int)int channel_write(SshLibrary.ssh_channel channel, com.sun.jna.Pointer data, int len)
int channel_write(ssh_channel, const void*, uint32_t)void privatekey_free(SshLibrary.ssh_private_key prv)
void privatekey_free(ssh_private_key)@Deprecated SshLibrary.ssh_private_key privatekey_from_file(SshLibrary.ssh_session session, com.sun.jna.Pointer filename, int type, com.sun.jna.Pointer passphrase)
privatekey_from_file(ssh.SshLibrary.ssh_session, java.lang.String, int, java.lang.String) and privatekey_from_file(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, int, com.sun.jna.Pointer) insteadssh_private_key privatekey_from_file(ssh_session, const char*, int, const char*)SshLibrary.ssh_private_key privatekey_from_file(SshLibrary.ssh_session session, java.lang.String filename, int type, java.lang.String passphrase)
ssh_private_key privatekey_from_file(ssh_session, const char*, int, const char*)void publickey_free(SshLibrary.ssh_public_key key)
void publickey_free(ssh_public_key)@Deprecated int ssh_publickey_to_file(SshLibrary.ssh_session session, com.sun.jna.Pointer file, SshLibrary.ssh_string pubkey, int type)
ssh_publickey_to_file(ssh.SshLibrary.ssh_session, java.lang.String, ssh.SshLibrary.ssh_string, int) and ssh_publickey_to_file(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, ssh.SshLibrary.ssh_string, int) insteadint ssh_publickey_to_file(ssh_session, const char*, ssh_string, int)int ssh_publickey_to_file(SshLibrary.ssh_session session, java.lang.String file, SshLibrary.ssh_string pubkey, int type)
int ssh_publickey_to_file(ssh_session, const char*, ssh_string, int)@Deprecated SshLibrary.ssh_string publickey_from_file(SshLibrary.ssh_session session, com.sun.jna.Pointer filename, com.sun.jna.ptr.IntByReference type)
publickey_from_file(ssh.SshLibrary.ssh_session, java.lang.String, java.nio.IntBuffer) and publickey_from_file(ssh.SshLibrary.ssh_session, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) insteadssh_string publickey_from_file(ssh_session, const char*, int*)SshLibrary.ssh_string publickey_from_file(SshLibrary.ssh_session session, java.lang.String filename, java.nio.IntBuffer type)
ssh_string publickey_from_file(ssh_session, const char*, int*)SshLibrary.ssh_public_key publickey_from_privatekey(SshLibrary.ssh_private_key prv)
ssh_public_key publickey_from_privatekey(ssh_private_key)SshLibrary.ssh_string publickey_to_string(SshLibrary.ssh_public_key key)
ssh_string publickey_to_string(ssh_public_key)SshLibrary.ssh_message ssh_message_retrieve(SshLibrary.ssh_session session, int packettype)
ssh_message ssh_message_retrieve(ssh_session, uint32_t)void string_burn(SshLibrary.ssh_string str)
void string_burn(ssh_string)SshLibrary.ssh_string string_copy(SshLibrary.ssh_string str)
ssh_string string_copy(ssh_string)com.sun.jna.Pointer string_data(SshLibrary.ssh_string str)
void* string_data(ssh_string)int string_fill(SshLibrary.ssh_string str, com.sun.jna.Pointer data, com.ochafik.lang.jnaerator.runtime.NativeSize len)
int string_fill(ssh_string, const void*, size_t)void string_free(SshLibrary.ssh_string str)
void string_free(ssh_string)@Deprecated SshLibrary.ssh_string string_from_char(com.sun.jna.Pointer what)
string_from_char(java.lang.String) and string_from_char(com.sun.jna.Pointer) insteadssh_string string_from_char(const char*)SshLibrary.ssh_string string_from_char(java.lang.String what)
ssh_string string_from_char(const char*)com.ochafik.lang.jnaerator.runtime.NativeSize string_len(SshLibrary.ssh_string str)
size_t string_len(ssh_string)SshLibrary.ssh_string string_new(com.ochafik.lang.jnaerator.runtime.NativeSize size)
ssh_string string_new(size_t)com.sun.jna.Pointer string_to_char(SshLibrary.ssh_string str)
char* string_to_char(ssh_string)SshLibrary.ssh_bind ssh_bind_new()
int ssh_bind_options_set(SshLibrary.ssh_bind sshbind, int type, com.sun.jna.Pointer value)
type - @see ssh_bind_options_eint ssh_bind_listen(SshLibrary.ssh_bind ssh_bind_o)
int ssh_bind_set_callbacks(SshLibrary.ssh_bind sshbind, ssh_bind_callbacks_struct callbacks, com.sun.jna.Pointer userdata)
void ssh_bind_set_blocking(SshLibrary.ssh_bind ssh_bind_o, int blocking)
SshLibrary.SOCKET ssh_bind_get_fd(SshLibrary.ssh_bind ssh_bind_o)
void ssh_bind_set_fd(SshLibrary.ssh_bind ssh_bind_o, SshLibrary.SOCKET fd)
void ssh_bind_fd_toaccept(SshLibrary.ssh_bind ssh_bind_o)
int ssh_bind_accept(SshLibrary.ssh_bind ssh_bind_o, SshLibrary.ssh_session session)
session - A preallocated ssh sessionint ssh_bind_accept(ssh_bind, ssh_session)ssh_new
int ssh_handle_key_exchange(SshLibrary.ssh_session session)
int ssh_handle_key_exchange(ssh_session)ssh_bind_accept
void ssh_bind_free(SshLibrary.ssh_bind ssh_bind_o)
int ssh_message_reply_default(SshLibrary.ssh_message msg)
int ssh_message_reply_default(ssh_message)com.sun.jna.Pointer ssh_message_auth_user(SshLibrary.ssh_message msg)
char* ssh_message_auth_user(ssh_message)com.sun.jna.Pointer ssh_message_auth_password(SshLibrary.ssh_message msg)
char* ssh_message_auth_password(ssh_message)SshLibrary.ssh_public_key ssh_message_auth_publickey(SshLibrary.ssh_message msg)
ssh_public_key ssh_message_auth_publickey(ssh_message)int ssh_message_auth_publickey_state(SshLibrary.ssh_message msg)
SshLibrary.ssh_publickey_state_eint ssh_message_auth_reply_success(SshLibrary.ssh_message msg, int partial)
int ssh_message_auth_reply_success(ssh_message, int)int ssh_message_auth_reply_pk_ok(SshLibrary.ssh_message msg, SshLibrary.ssh_string algo, SshLibrary.ssh_string pubkey)
int ssh_message_auth_reply_pk_ok(ssh_message, ssh_string, ssh_string)int ssh_message_auth_reply_pk_ok_simple(SshLibrary.ssh_message msg)
int ssh_message_auth_reply_pk_ok_simple(ssh_message)int ssh_message_auth_set_methods(SshLibrary.ssh_message msg, int methods)
int ssh_message_auth_set_methods(ssh_message, int)int ssh_message_service_reply_success(SshLibrary.ssh_message msg)
int ssh_message_service_reply_success(ssh_message)com.sun.jna.Pointer ssh_message_service_service(SshLibrary.ssh_message msg)
char* ssh_message_service_service(ssh_message)int ssh_message_global_request_reply_success(SshLibrary.ssh_message msg, short bound_port)
int ssh_message_global_request_reply_success(ssh_message, uint16_t)void ssh_set_message_callback(SshLibrary.ssh_session session, SshLibrary.ssh_set_message_callback_arg1_ssh_bind_message_callback_callback arg1, com.sun.jna.Pointer data)
void ssh_set_message_callback(ssh_session, ssh_set_message_callback_arg1_ssh_bind_message_callback_callback, void*)int ssh_execute_message_callbacks(SshLibrary.ssh_session session)
int ssh_execute_message_callbacks(ssh_session)com.sun.jna.Pointer ssh_message_channel_request_open_originator(SshLibrary.ssh_message msg)
char* ssh_message_channel_request_open_originator(ssh_message)int ssh_message_channel_request_open_originator_port(SshLibrary.ssh_message msg)
int ssh_message_channel_request_open_originator_port(ssh_message)com.sun.jna.Pointer ssh_message_channel_request_open_destination(SshLibrary.ssh_message msg)
char* ssh_message_channel_request_open_destination(ssh_message)int ssh_message_channel_request_open_destination_port(SshLibrary.ssh_message msg)
int ssh_message_channel_request_open_destination_port(ssh_message)SshLibrary.ssh_channel ssh_message_channel_request_channel(SshLibrary.ssh_message msg)
ssh_channel ssh_message_channel_request_channel(ssh_message)com.sun.jna.Pointer ssh_message_channel_request_pty_term(SshLibrary.ssh_message msg)
char* ssh_message_channel_request_pty_term(ssh_message)int ssh_message_channel_request_pty_width(SshLibrary.ssh_message msg)
int ssh_message_channel_request_pty_width(ssh_message)int ssh_message_channel_request_pty_height(SshLibrary.ssh_message msg)
int ssh_message_channel_request_pty_height(ssh_message)int ssh_message_channel_request_pty_pxwidth(SshLibrary.ssh_message msg)
int ssh_message_channel_request_pty_pxwidth(ssh_message)int ssh_message_channel_request_pty_pxheight(SshLibrary.ssh_message msg)
int ssh_message_channel_request_pty_pxheight(ssh_message)com.sun.jna.Pointer ssh_message_channel_request_env_name(SshLibrary.ssh_message msg)
char* ssh_message_channel_request_env_name(ssh_message)com.sun.jna.Pointer ssh_message_channel_request_env_value(SshLibrary.ssh_message msg)
char* ssh_message_channel_request_env_value(ssh_message)com.sun.jna.Pointer ssh_message_channel_request_command(SshLibrary.ssh_message msg)
char* ssh_message_channel_request_command(ssh_message)com.sun.jna.Pointer ssh_message_channel_request_subsystem(SshLibrary.ssh_message msg)
char* ssh_message_channel_request_subsystem(ssh_message)com.sun.jna.Pointer ssh_message_global_request_address(SshLibrary.ssh_message msg)
char* ssh_message_global_request_address(ssh_message)int ssh_message_global_request_port(SshLibrary.ssh_message msg)
int ssh_message_global_request_port(ssh_message)@Deprecated int ssh_channel_open_reverse_forward(SshLibrary.ssh_channel channel, com.sun.jna.Pointer remotehost, int remoteport, com.sun.jna.Pointer sourcehost, int localport)
ssh_channel_open_reverse_forward(ssh.SshLibrary.ssh_channel, java.lang.String, int, java.lang.String, int) and ssh_channel_open_reverse_forward(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer, int, com.sun.jna.Pointer, int) insteadint ssh_channel_open_reverse_forward(ssh_channel, const char*, int, const char*, int)int ssh_channel_open_reverse_forward(SshLibrary.ssh_channel channel, java.lang.String remotehost, int remoteport, java.lang.String sourcehost, int localport)
int ssh_channel_open_reverse_forward(ssh_channel, const char*, int, const char*, int)int ssh_channel_request_send_exit_status(SshLibrary.ssh_channel channel, int exit_status)
int ssh_channel_request_send_exit_status(ssh_channel, int)@Deprecated int ssh_channel_request_send_exit_signal(SshLibrary.ssh_channel channel, com.sun.jna.Pointer signum, int core, com.sun.jna.Pointer errmsg, com.sun.jna.Pointer lang)
ssh_channel_request_send_exit_signal(ssh.SshLibrary.ssh_channel, java.lang.String, int, java.lang.String, java.lang.String) and ssh_channel_request_send_exit_signal(ssh.SshLibrary.ssh_channel, com.sun.jna.Pointer, int, com.sun.jna.Pointer, com.sun.jna.Pointer) insteadint ssh_channel_request_send_exit_signal(ssh_channel, const char*, int, const char*, const char*)int ssh_channel_request_send_exit_signal(SshLibrary.ssh_channel channel, java.lang.String signum, int core, java.lang.String errmsg, java.lang.String lang)
int ssh_channel_request_send_exit_signal(ssh_channel, const char*, int, const char*, const char*)int ssh_channel_write_stderr(SshLibrary.ssh_channel channel, com.sun.jna.Pointer data, int len)
int ssh_channel_write_stderr(ssh_channel, const void*, uint32_t)int ssh_accept(SshLibrary.ssh_session session)
int ssh_accept(ssh_session)int channel_write_stderr(SshLibrary.ssh_channel channel, com.sun.jna.Pointer data, int len)
int channel_write_stderr(ssh_channel, const void*, uint32_t)Copyright © 2018. All rights reserved.