Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 664 |
|
|
| 665 |
typedef struct sftp { |
typedef struct sftp { |
| 666 |
enum sftp_state state; |
enum sftp_state state; |
| 667 |
|
unsigned int transfer_buflen; |
| 668 |
|
unsigned int num_requests; |
| 669 |
|
unsigned int version; |
| 670 |
|
unsigned int msg_id; |
| 671 |
|
#define SFTP_EXT_POSIX_RENAME 0x00000001 |
| 672 |
|
#define SFTP_EXT_STATVFS 0x00000002 |
| 673 |
|
#define SFTP_EXT_FSTATVFS 0x00000004 |
| 674 |
|
#define SFTP_EXT_HARDLINK 0x00000008 |
| 675 |
|
unsigned int exts; |
| 676 |
|
unsigned long long limit_kbps; |
| 677 |
|
//struct bwlimit bwlimit_in, bwlimit_out; |
| 678 |
} sftp_t; |
} sftp_t; |
| 679 |
|
|
| 680 |
typedef struct channel { |
typedef struct channel { |
|
|
Legend:
| Removed from v.4926 |
|
| changed lines |
| |
Added in v.4929 |
|
|
|