Differences
This shows you the differences between the selected revisions of the page.
2012-01-05 | 2012-02-29 | ||
-transfer -exclude -include (martin) | exclude/include => filemask, no need to explicit directory include mask anymore (martin) | ||
Line 21: | Line 21: | ||
| ''-speed=<kibps>'' | Limit transfer speed | | | ''-speed=<kibps>'' | Limit transfer speed | | ||
| ''-transfer=<mode>'' | ''%%binary|ascii|automatic%%'' \\ [[transfer_mode|Transfer mode]]: binary, ascii (text), automatic (by extension). &future_feature | | | ''-transfer=<mode>'' | ''%%binary|ascii|automatic%%'' \\ [[transfer_mode|Transfer mode]]: binary, ascii (text), automatic (by extension). &future_feature | | ||
- | | ''-exclude=<mask>'' \\ ''-include=<mask>'' | ''%%<mask>[;<mask2>...]%%'' \\ Sets [[ui_transfer#other_options|exclusion or inclusion]] [[file_mask|masks]] (only one can be set at time). &future_feature | | + | | ''-filemask=<mask>'' ····| ''%%<mask>[;<mask2>...]%%'' \\ Sets [[file_mask|file masks]]. &future_feature | |
Effective [[scriptcommand_option|options]]: ''transfer'' (deprecated), ''confirm'', ''exclude'' (deprecated), ''include'' (deprecated), ''reconnecttime'' &future | Effective [[scriptcommand_option|options]]: ''transfer'' (deprecated), ''confirm'', ''exclude'' (deprecated), ''include'' (deprecated), ''reconnecttime'' &future | ||
Line 34: | Line 34: | ||
get public_html/index.html d:\www\about.* | get public_html/index.html d:\www\about.* | ||
get *.html *.png d:\www\*.bak | get *.html *.png d:\www\*.bak | ||
- | get -include="*.html; */" | + | get -filemask=*.html |
</code> | </code> | ||