search for: ssh2_fx_max

Displaying 1 result from an estimated 1 matches for "ssh2_fx_max".

2006 Aug 17
0
[RFC] proposed extensions for SFTP
...==================================== RCS file: /cvs/src/usr.bin/ssh/sftp.h,v retrieving revision 1.5 diff -u -r1.5 sftp.h --- sftp.h 25 Mar 2006 22:22:43 -0000 1.5 +++ sftp.h 17 Aug 2006 22:43:04 -0000 @@ -90,3 +90,7 @@ #define SSH2_FX_CONNECTION_LOST 7 #define SSH2_FX_OP_UNSUPPORTED 8 #define SSH2_FX_MAX 8 + +/* statvfs flags */ +#define SSH2_FX_ST_RDONLY 0x00000001 +#define SSH2_FX_ST_NOSUID 0x00000002