| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_session_struct.ByReference |
static class |
sftp_session_struct.ByValue |
| Modifier and Type | Method and Description |
|---|---|
static sftp_session_struct[] |
sftp_session_struct.newArray(int arrayLength) |
protected sftp_session_struct |
sftp_session_struct.newInstance() |
sftp_session_struct |
SshLibrary.sftp_new(SshLibrary.ssh_session session) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.Pointer |
SshLibrary.sftp_canonicalize_path(sftp_session_struct sftp,
com.sun.jna.Pointer path)
Deprecated.
|
com.sun.jna.Pointer |
SshLibrary.sftp_canonicalize_path(sftp_session_struct sftp,
java.lang.String path) |
int |
SshLibrary.sftp_chmod(sftp_session_struct sftp,
com.sun.jna.Pointer file,
int mode)
Deprecated.
|
int |
SshLibrary.sftp_chmod(sftp_session_struct sftp,
java.lang.String file,
int mode) |
int |
SshLibrary.sftp_chown(sftp_session_struct sftp,
com.sun.jna.Pointer file,
int owner,
int group)
Deprecated.
|
int |
SshLibrary.sftp_chown(sftp_session_struct sftp,
java.lang.String file,
int owner,
int group) |
int |
SshLibrary.sftp_extension_supported(sftp_session_struct sftp,
com.sun.jna.Pointer name,
com.sun.jna.Pointer data)
|
int |
SshLibrary.sftp_extension_supported(sftp_session_struct sftp,
java.lang.String name,
java.lang.String data) |
int |
SshLibrary.sftp_extensions_get_count(sftp_session_struct sftp) |
java.lang.String |
SshLibrary.sftp_extensions_get_data(sftp_session_struct sftp,
int indexn) |
java.lang.String |
SshLibrary.sftp_extensions_get_name(sftp_session_struct sftp,
int indexn) |
void |
SshLibrary.sftp_free(sftp_session_struct sftp) |
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 |
int |
SshLibrary.sftp_get_error(sftp_session_struct sftp) |
SshLibrary.ssh_string |
SshLibrary.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 |
SshLibrary.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 |
SshLibrary.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 |
SshLibrary.sftp_init(sftp_session_struct sftp) |
sftp_attributes_struct |
SshLibrary.sftp_lstat(sftp_session_struct session,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
SshLibrary.sftp_lstat(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_lstat(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_attributes_struct |
SshLibrary.sftp_lstat(sftp_session_struct session,
java.lang.String path) |
int |
SshLibrary.sftp_mkdir(sftp_session_struct sftp,
com.sun.jna.Pointer directory,
int mode)
Deprecated.
|
int |
SshLibrary.sftp_mkdir(sftp_session_struct sftp,
java.lang.String directory,
int mode) |
sftp_file_struct |
SshLibrary.sftp_open(sftp_session_struct session,
com.sun.jna.Pointer file,
int accesstype,
int mode)
Deprecated.
|
sftp_file_struct |
SshLibrary.sftp_open(sftp_session_struct session,
java.lang.String file,
int accesstype,
int mode) |
sftp_dir_struct |
SshLibrary.sftp_opendir(sftp_session_struct session,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
SshLibrary.sftp_opendir(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_opendir(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_dir_struct |
SshLibrary.sftp_opendir(sftp_session_struct session,
java.lang.String path) |
sftp_packet_struct |
SshLibrary.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 |
SshLibrary.sftp_packet_write(sftp_session_struct sftp,
byte type,
SshLibrary.ssh_buffer payload)
Original signature :
int sftp_packet_write(sftp_session, uint8_t, ssh_buffer)native declaration : /usr/include/libssh/sftp.h:769 |
sftp_attributes_struct |
SshLibrary.sftp_parse_attr(sftp_session_struct session,
SshLibrary.ssh_buffer buf,
int expectname)
Original signature :
sftp_attributes sftp_parse_attr(sftp_session, ssh_buffer, int)native declaration : /usr/include/libssh/sftp.h:772 |
sftp_attributes_struct |
SshLibrary.sftp_readdir(sftp_session_struct session,
sftp_dir_struct dir) |
com.sun.jna.Pointer |
SshLibrary.sftp_readlink(sftp_session_struct sftp,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
SshLibrary.sftp_readlink(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_readlink(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
com.sun.jna.Pointer |
SshLibrary.sftp_readlink(sftp_session_struct sftp,
java.lang.String path) |
int |
SshLibrary.sftp_rename(sftp_session_struct sftp,
com.sun.jna.Pointer original,
com.sun.jna.Pointer newname)
Deprecated.
|
int |
SshLibrary.sftp_rename(sftp_session_struct sftp,
java.lang.String original,
java.lang.String newname) |
int |
SshLibrary.sftp_rmdir(sftp_session_struct sftp,
com.sun.jna.Pointer directory)
Deprecated.
use the safer methods
SshLibrary.sftp_rmdir(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_rmdir(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
int |
SshLibrary.sftp_rmdir(sftp_session_struct sftp,
java.lang.String directory) |
int |
SshLibrary.sftp_server_version(sftp_session_struct sftp) |
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) |
sftp_attributes_struct |
SshLibrary.sftp_stat(sftp_session_struct session,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
SshLibrary.sftp_stat(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_stat(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_attributes_struct |
SshLibrary.sftp_stat(sftp_session_struct session,
java.lang.String path) |
sftp_statvfs_struct |
SshLibrary.sftp_statvfs(sftp_session_struct sftp,
com.sun.jna.Pointer path)
Deprecated.
use the safer methods
SshLibrary.sftp_statvfs(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_statvfs(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
sftp_statvfs_struct |
SshLibrary.sftp_statvfs(sftp_session_struct sftp,
java.lang.String path) |
int |
SshLibrary.sftp_symlink(sftp_session_struct sftp,
com.sun.jna.Pointer target,
com.sun.jna.Pointer dest)
Deprecated.
|
int |
SshLibrary.sftp_symlink(sftp_session_struct sftp,
java.lang.String target,
java.lang.String dest) |
int |
SshLibrary.sftp_unlink(sftp_session_struct sftp,
com.sun.jna.Pointer file)
Deprecated.
use the safer methods
SshLibrary.sftp_unlink(ssh.sftp_session_struct, java.lang.String) and SshLibrary.sftp_unlink(ssh.sftp_session_struct, com.sun.jna.Pointer) instead |
int |
SshLibrary.sftp_unlink(sftp_session_struct sftp,
java.lang.String file) |
int |
SshLibrary.sftp_utimes(sftp_session_struct sftp,
com.sun.jna.Pointer file,
com.sun.jna.Pointer times)
Deprecated.
|
int |
SshLibrary.sftp_utimes(sftp_session_struct sftp,
java.lang.String file,
com.sun.jna.Pointer times) |
Copyright © 2018. All rights reserved.