Changes between Version 39 and Version 40 of SftpFrontend
- Timestamp:
- 2010-06-21T02:01:27Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SftpFrontend
v39 v40 23 23 See the last section of [source:docs/frontends/FTP-and-SFTP.txt FTP-and-SFTP.txt] for information on how the SFTP frontend treats immutable and mutable files. 24 24 25 The '{{{ctime}}}' and '{{{mtime}}}' attributes will always be the same, and are set from the Tahoe {{{linkmotime}}} timestamp, which is changed only when the link from the parent directory is modified (see the 'About the metadata' section of [source:doc/frontends/webapi.txt webapi.txt]). These fields are not updated when the contents of a mutable file are changed. 25 The '{{{ctime}}}' and '{{{mtime}}}' attributes will always be the same, and are set from the Tahoe {{{linkmotime}}} timestamp, which is changed only when the link from the parent directory is modified (see the 'About the metadata' section of [source:doc/frontends/webapi.txt webapi.txt]). These fields are not updated when the contents of a mutable file are changed. The SFTP protocol is able to represent dates up to the year 2106. 26 26 27 27