Differences
This shows you the differences between the selected revisions of the page.
| 2013-01-20 | 2013-04-15 | ||
| fixing -filemask example (martin) | 5.2 Bug 834 Transfer resume support can be controlled in scripting (martin) | ||
| Line 20: | Line 20: | ||
| | ''-transfer=<mode>'' | ''%%binary|ascii|automatic%%'' \\ [[transfer_mode|Transfer mode]]: binary, ascii (text), automatic (by extension). | | | ''-transfer=<mode>'' | ''%%binary|ascii|automatic%%'' \\ [[transfer_mode|Transfer mode]]: binary, ascii (text), automatic (by extension). | | ||
| | ''-filemask=<mask>'' | ''%%<mask>[;<mask2>...]%%'' \\ Sets [[file_mask|file mask]]. | | | ''-filemask=<mask>'' | ''%%<mask>[;<mask2>...]%%'' \\ Sets [[file_mask|file mask]]. | | ||
| + | | ''-resumesupport= <state>'' | ''%%on|off|<threshold>%%'' \\ Configures [[resume#automatic|automatic resume/transfer to temporary filename]]. | | ||
| Aliases: ''send'', ''mput'' | Aliases: ''send'', ''mput'' | ||
| Line 34: | Line 35: | ||
| 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 -filemask=*.html * | + | put -filemask=*.html -resumesupport=on * |
| </code> | </code> | ||