libssh
0.10.90
The SSH library
|
SFTP limits structure. More...
#include <sftp.h>
Data Fields | |
uint64_t | max_packet_length |
uint64_t | max_read_length |
uint64_t | max_write_length |
uint64_t | max_open_handles |
SFTP limits structure.
uint64_t sftp_limits_struct::max_open_handles |
maximum length in a SSH_FXP_WRITE packet
uint64_t sftp_limits_struct::max_read_length |
maximum number of bytes in a single sftp packet
uint64_t sftp_limits_struct::max_write_length |
maximum length in a SSH_FXP_READ packet