| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_client_message_struct.ByReference |
static class |
sftp_client_message_struct.ByValue |
| Modifier and Type | Method and Description |
|---|---|
static sftp_client_message_struct[] |
sftp_client_message_struct.newArray(int arrayLength) |
protected sftp_client_message_struct |
sftp_client_message_struct.newInstance() |
sftp_client_message_struct |
SshLibrary.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 |
| Modifier and Type | Method and Description |
|---|---|
void |
SshLibrary.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 |
SshLibrary.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 |
SshLibrary.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 |
SshLibrary.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 |
SshLibrary.sftp_reply_name(sftp_client_message_struct msg,
com.sun.jna.Pointer name,
sftp_attributes_struct attr)
|
int |
SshLibrary.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 |
SshLibrary.sftp_reply_names_add(sftp_client_message_struct msg,
com.sun.jna.Pointer file,
com.sun.jna.Pointer longname,
sftp_attributes_struct attr)
Deprecated.
|
int |
SshLibrary.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 |
SshLibrary.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 |
SshLibrary.sftp_reply_status(sftp_client_message_struct msg,
int status,
com.sun.jna.Pointer message)
Deprecated.
|
int |
SshLibrary.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 |
Copyright © 2018. All rights reserved.