search for: ssh2_fxe_extattr_ctim

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

Did you mean: ssh2_fxe_extattr_ctime
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
...>flags |= SSH2_FILEXFER_ATTR_PERMISSIONS; a->perm = st->st_mode; a->flags |= SSH2_FILEXFER_ATTR_ACMODTIME; + a->ext_flags |= SSH2_FXE_EXTATTR_ATIME; + a->ext_flags |= SSH2_FXE_EXTATTR_MTIME; a->atime = st->st_atime; a->mtime = st->st_mtime; + a->ext_flags |= SSH2_FXE_EXTATTR_CTIME; + a->ctime = st->st_ctime; + a->ext_flags |= SSH2_FXE_EXTATTR_ATIMENSEC; + a->atimensec = st->st_atimensec; + a->ext_flags |= SSH2_FXE_EXTATTR_MTIMENSEC; + a->mtimensec = st->st_mtimensec; + a->ext_flags |= SSH2_FXE_EXTATTR_CTIMENSEC; + a->ctimensec = st->st_ctime...