logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-03-03 | 2009-03-03 | ||
do not process error messages (martin) | destination is file path, not only directory (martin) | ||
Line 70: | Line 70: | ||
^ Element ^ Description ^ | ^ Element ^ Description ^ | ||
| ''filename'' | Absolute path to source local file (in ''value'' attribute) | | | ''filename'' | Absolute path to source local file (in ''value'' attribute) | | ||
- | | ''destination'' | Absolute path to destination remote directory (in ''value'' attribute) | | + | | ''destination'' | Absolute path to destination remote file (in ''value'' attribute)((File name may differ from name of source file.)) | |
Example: | Example: | ||
<code xml> | <code xml> | ||
<upload> | <upload> | ||
- | <filename value="d:\www\about.html" /> | + | <filename value="d:\www\about.htm" /> |
- | <destination value="/home/martin/public_html/" /> | + | <destination value="/home/martin/public_html/about.html" /> |
<result success="true" /> | <result success="true" /> | ||
</upload> | </upload> |