diff options
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -141,7 +141,7 @@ return the following SSH_FXP_EXTENDED_REPLY reply: | |||
141 | uint64 f_files /* total file inodes */ | 141 | uint64 f_files /* total file inodes */ |
142 | uint64 f_ffree /* free file inodes */ | 142 | uint64 f_ffree /* free file inodes */ |
143 | uint64 f_favail /* free file inodes for to non-root */ | 143 | uint64 f_favail /* free file inodes for to non-root */ |
144 | uint32 f_fsid /* file system id */ | 144 | uint64 f_fsid /* file system id */ |
145 | uint32 f_flag /* bit mask of f_flag values */ | 145 | uint32 f_flag /* bit mask of f_flag values */ |
146 | uint32 f_namemax /* maximum filename length */ | 146 | uint32 f_namemax /* maximum filename length */ |
147 | 147 | ||
@@ -150,5 +150,8 @@ The values of the f_flag bitmask are as follows: | |||
150 | #define SSH_FXE_STATVFS_ST_RDONLY 0x1 /* read-only */ | 150 | #define SSH_FXE_STATVFS_ST_RDONLY 0x1 /* read-only */ |
151 | #define SSH_FXE_STATVFS_ST_NOSUID 0x2 /* no setuid */ | 151 | #define SSH_FXE_STATVFS_ST_NOSUID 0x2 /* no setuid */ |
152 | 152 | ||
153 | $Id: PROTOCOL,v 1.1 2008/05/19 06:11:56 djm Exp $ | 153 | This extension is advertised in the SSH_FXP_VERSION hello with version |
154 | "2". | ||
155 | |||
156 | $Id: PROTOCOL,v 1.2 2008/06/09 13:47:37 dtucker Exp $ | ||
154 | 157 | ||