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]]. | | ||
| Effective [[scriptcommand_option|options]]: ''confirm'', ''reconnecttime'' | Effective [[scriptcommand_option|options]]: ''confirm'', ''reconnecttime'' | ||
| Line 32: | Line 33: | ||
| 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 -filemask=*.html * | + | get -filemask=*.html -resumesupport=on * | 
| </code> | </code> | ||