| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_file_struct.ByReference |
static class |
sftp_file_struct.ByValue |
| Modifier and Type | Method and Description |
|---|---|
static sftp_file_struct[] |
sftp_file_struct.newArray(int arrayLength) |
protected sftp_file_struct |
sftp_file_struct.newInstance() |
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
SshLibrary.sftp_async_read_begin(sftp_file_struct file,
int len) |
int |
SshLibrary.sftp_async_read(sftp_file_struct file,
com.sun.jna.Pointer data,
int len,
int id) |
int |
SshLibrary.sftp_close(sftp_file_struct file) |
void |
SshLibrary.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 |
SshLibrary.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 |
sftp_attributes_struct |
SshLibrary.sftp_fstat(sftp_file_struct file) |
sftp_statvfs_struct |
SshLibrary.sftp_fstatvfs(sftp_file_struct file) |
int |
SshLibrary.sftp_read(sftp_file_struct file,
com.sun.jna.Pointer buf,
com.ochafik.lang.jnaerator.runtime.NativeSize count) |
void |
SshLibrary.sftp_rewind(sftp_file_struct file) |
int |
SshLibrary.sftp_seek(sftp_file_struct file,
int new_offset) |
int |
SshLibrary.sftp_seek64(sftp_file_struct file,
long new_offset) |
int |
SshLibrary.sftp_tell(sftp_file_struct file) |
long |
SshLibrary.sftp_tell64(sftp_file_struct file) |
int |
SshLibrary.sftp_write(sftp_file_struct file,
com.sun.jna.Pointer buf,
com.ochafik.lang.jnaerator.runtime.NativeSize count) |
Copyright © 2018. All rights reserved.