logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2012-01-04 | 2012-01-05 | ||
| grammar (martin) | stat (martin) | ||
| Line 333: | Line 333: | ||
| Associated script commands: ''[[scriptcommand_get|get]] -delete'', ''[[scriptcommand_keepuptodate|keepuptodate]] -delete'', ''[[scriptcommand_rm|rm]]'', ''[[scriptcommand_rmdir|rmdir]]'', ''[[scriptcommand_synchronize|synchronize]] local|both -delete'' | Associated script commands: ''[[scriptcommand_get|get]] -delete'', ''[[scriptcommand_keepuptodate|keepuptodate]] -delete'', ''[[scriptcommand_rm|rm]]'', ''[[scriptcommand_rmdir|rmdir]]'', ''[[scriptcommand_synchronize|synchronize]] local|both -delete'' | ||
| + | |||
| + | ==== stat ==== | ||
| + | Listing of remote file attributes. | ||
| + | |||
| + | &future_feature | ||
| + | |||
| + | Elements: | ||
| + | ^ Element ^ Description ^ | ||
| + | | ''filename'' | Absolute path to remote file (in ''value'' attribute) | | ||
| + | | ''file'' | Container of file attributes. See specification in description of ''[[logging_xml#ls|ls]]'' element. Note that ''file'' element within ''stat'' misses ''filename'' subelement, comparing to ''file'' element within ''ls''/''files''. | | ||
| + | |||
| + | Example: | ||
| + | <code xml> | ||
| + | <stat> | ||
| + | <filename value="/home/martin/public_html/about.html" /> | ||
| + | <file> | ||
| + | <type value="-" /> | ||
| + | <size value="24064" /> | ||
| + | <modification value="2007-10-04T21:43:02.000Z" /> | ||
| + | <permissions value="rw-r--r--" /> | ||
| + | </file> | ||
| + | <result success="true" /> | ||
| + | </stat> | ||
| + | </code> | ||
| + | |||
| + | Associated script commands: ''[[scriptcommand_stat|stat]]'' | ||
| ==== upload ==== | ==== upload ==== | ||