Differences
This shows you the differences between the selected revisions of the page.
2012-01-05 | 2012-02-29 | ||
-transfer -exclude -include with put (martin) | include/exclude => filemask, no need to explicit directory include mask (martin) | ||
Line 8: | Line 8: | ||
Use [[scriptcommand_option|option]] command to set [[transfer_settings|transfer options]] (deprecated). &future | Use [[scriptcommand_option|option]] command to set [[transfer_settings|transfer options]] (deprecated). &future | ||
- | See also ''[[scriptcommand_synchronize|synchronize]]'' if you need to transfer modified files only. | + | See also ''[[scriptcommand_synchronize|synchronize]]'', if you need to transfer modified files only. |
Switches: | Switches: | ||
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 mask]]. &future_feature | |
Aliases: ''send'', ''mput'' | Aliases: ''send'', ''mput'' | ||
Line 36: | Line 36: | ||
put d:\www\index.html about.* | put d:\www\index.html about.* | ||
put *.html *.png /home/martin/backup/*.bak | put *.html *.png /home/martin/backup/*.bak | ||
- | put -include="*.html; */" | + | put -include=*.html |
</code> | </code> | ||