| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_attributes_struct.ByReference |
static class |
sftp_attributes_struct.ByValue |
| Modifier and Type | Method and Description |
|---|---|
int |
SshLibrary.buffer_add_attributes(SshLibrary.ssh_buffer buffer,
sftp_attributes_struct attr)
Original signature :
int buffer_add_attributes(ssh_buffer, sftp_attributes)native declaration : /usr/include/libssh/sftp.h:771 |
void |
SshLibrary.sftp_attributes_free(sftp_attributes_struct file) |
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_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_setstat(sftp_session_struct sftp,
com.sun.jna.Pointer file,
sftp_attributes_struct attr)
|
int |
SshLibrary.sftp_setstat(sftp_session_struct sftp,
java.lang.String file,
sftp_attributes_struct attr) |
Copyright © 2018. All rights reserved.