Differences
This shows you the differences between the selected revisions of the page.
2009-02-12 | 2009-03-05 | ||
typography (martin) | 4.2 bug 95 link to associated log entries (martin) | ||
Line 19: | Line 19: | ||
Alias: ''!'' | Alias: ''!'' | ||
+ | |||
+ | XML Log Element: ''[[logging_xml#call|call]]'' | ||
Examples: | Examples: | ||
Line 47: | Line 49: | ||
Filename can be replaced with [[file_mask|wildcard]] to select multiple files. | Filename can be replaced with [[file_mask|wildcard]] to select multiple files. | ||
+ | |||
+ | XML Log Element: ''[[logging_xml#chmod|chmod]]'' | ||
Examples: | Examples: | ||
Line 94: | Line 98: | ||
Effective [[script_commands#option|options]]: ''transfer'', ''confirm'', ''exclude'', ''include'' | Effective [[script_commands#option|options]]: ''transfer'', ''confirm'', ''exclude'', ''include'' | ||
+ | |||
+ | XML Log Elements: ''[[logging_xml#download|download]]'', ''[[logging_xml#rm|rm]]'' (with ''-delete'') | ||
Examples: | Examples: | ||
Line 138: | Line 144: | ||
Effective [[script_commands#option|options]]: ''transfer'', ''exclude'', ''include'' | Effective [[script_commands#option|options]]: ''transfer'', ''exclude'', ''include'' | ||
+ | |||
+ | XML Log Elements: ''[[logging_xml#upload|upload]]'', ''[[logging_xml#touch|touch]]'', ''[[logging_xml#chmod|chmod]]'' (with ''-permissions''), ''[[logging_xml#rm|rm]]'' (with ''-delete'') | ||
Examples: | Examples: | ||
Line 194: | Line 202: | ||
Alias: ''dir'' | Alias: ''dir'' | ||
+ | |||
+ | XML Log Element: ''[[logging_xml#ls|ls]]'' | ||
Examples: | Examples: | ||
Line 206: | Line 216: | ||
mkdir <directory> | mkdir <directory> | ||
+ | |||
+ | XML Log Element: ''[[logging_xml#mkdir|mkdir]]'' | ||
Example: | Example: | ||
Line 220: | Line 232: | ||
Alias: ''rename'' | Alias: ''rename'' | ||
+ | |||
+ | XML Log Element: ''[[logging_xml#mv|mv]]'' | ||
Examples: | Examples: | ||
Line 244: | Line 258: | ||
| ''-hostkey=<fingerprint>'' | Specifies fingerprint of expected host key (or several fingerprints separated by semicolon). It makes WinSCP automatically [[scripting#hostkey|accept hostkey]] with the fingerprint. | | | ''-hostkey=<fingerprint>'' | Specifies fingerprint of expected host key (or several fingerprints separated by semicolon). It makes WinSCP automatically [[scripting#hostkey|accept hostkey]] with the fingerprint. | | ||
| ''-passive'' | Passive mode ([[protocols#ftp|FTP protocol]] only) | | | ''-passive'' | Passive mode ([[protocols#ftp|FTP protocol]] only) | | ||
+ | |||
+ | XML Log Element: ''[[logging_xml|session]]'' | ||
Examples: | Examples: | ||
Line 301: | Line 317: | ||
Effective [[script_commands#option|options]]: ''transfer'', ''confirm'', ''exclude'', ''include'' | Effective [[script_commands#option|options]]: ''transfer'', ''confirm'', ''exclude'', ''include'' | ||
+ | |||
+ | XML Log Elements: ''[[logging_xml#upload|upload]]'', ''[[logging_xml#chmod|chmod]]'' (with ''-permissions''), ''[[logging_xml#touch|touch]]'' (with ''-preservetime'') | ||
Examples: | Examples: | ||
Line 324: | Line 342: | ||
If [[ui_login_environment#recycle_bin|remote recycle bin]] is configured, moves file to the bin instead of deleting it. Filename can be replaced with [[file_mask|wildcard]] to select multiple files. | If [[ui_login_environment#recycle_bin|remote recycle bin]] is configured, moves file to the bin instead of deleting it. Filename can be replaced with [[file_mask|wildcard]] to select multiple files. | ||
+ | |||
+ | XML Log Element: ''[[logging_xml#rm|rm]]'' | ||
Examples: | Examples: | ||
Line 338: | Line 358: | ||
If [[ui_login_environment#recycle_bin|remote recycle bin]] is configured, moves directory to the bin instead of deleting it. | If [[ui_login_environment#recycle_bin|remote recycle bin]] is configured, moves directory to the bin instead of deleting it. | ||
+ | |||
+ | XML Log Element: ''[[logging_xml#rm|rm]]'' | ||
Example: | Example: | ||
Line 370: | Line 392: | ||
Switches: | Switches: | ||
^ Switch ^ Description ^ | ^ Switch ^ Description ^ | ||
- | | ''-delete'' | Delete obsolete files | | + | | ''-delete'' | Delete obsolete files. Ignored for ''both''. | |
| ''-mirror'' | [[task_synchronize_full#synchronization_mode|Mirror mode]] (synchronize also older files). Ignored for ''both''. | | | ''-mirror'' | [[task_synchronize_full#synchronization_mode|Mirror mode]] (synchronize also older files). Ignored for ''both''. | | ||
| ''-criteria=<criteria>'' | [[ui_synchronize#comparison_criteria|Comparison criteria]]. Possible values are ''time'', ''size'' and ''both''. Ignored for ''both'' mode. | | | ''-criteria=<criteria>'' | [[ui_synchronize#comparison_criteria|Comparison criteria]]. Possible values are ''time'', ''size'' and ''both''. Ignored for ''both'' mode. | | ||
Line 378: | Line 400: | ||
Effective [[script_commands#option|options]]: ''transfer'', ''exclude'', ''include'' | Effective [[script_commands#option|options]]: ''transfer'', ''exclude'', ''include'' | ||
+ | |||
+ | XML Log Elements: ''[[logging_xml#download|download]]'' (with ''local'' or ''both''), ''[[logging_xml#upload|upload]]'' (with ''remote'' or ''both''), ''[[logging_xml#touch|touch]]'' (with ''remote'' or ''both''), ''[[logging_xml#chmod|chmod]]'' (with ''remote'' or ''both'' and ''-permissions''), ''[[logging_xml#rm|rm]]'' (with ''remote'' and ''-delete'') | ||
Examples: | Examples: |