Differences
This shows you the differences between the selected revisions of the page.
| 2012-05-05 | 2012-05-07 | ||
| typos (martin) | getting rid of ui_transfer_custom (martin) | ||
| Line 2: | Line 2: | ||
| To use the following features of WinSCP you need to specify a mask (wildcard) to select files (or other things): | To use the following features of WinSCP you need to specify a mask (wildcard) to select files (or other things): | ||
| * Text file mask for [[transfer_mode|text mode transfers]]. | * Text file mask for [[transfer_mode|text mode transfers]]. | ||
| - | * [[ui_transfer#other_options|File mask]] for transfers and synchronization. | + | * [[ui_transfer_custom#other_options|File mask]] for transfers and synchronization. |
| * [[ui_select|Selecting/unselecting files]] by file mask. | * [[ui_select|Selecting/unselecting files]] by file mask. | ||
| * [[ui_file_panel#filtering|Filtering files]] in file panel. | * [[ui_file_panel#filtering|Filtering files]] in file panel. | ||
| Line 67: | Line 67: | ||
| ==== In Previous Releases ==== | ==== In Previous Releases ==== | ||
| - | Particularly when specifying an [[ui_transfer#other_options|include mask]] for transfers, bear in mind that it is applied to directories as well, so that ''*.bak'' will only match backup files located in the current directory (unless you happen to have a subdirectory whose own name ends in ".bak", in which case it will be applied to all backup files in there too). | + | Particularly when specifying an [[ui_transfer_custom#other_options|include mask]] for transfers, bear in mind that it is applied to directories as well, so that ''*.bak'' will only match backup files located in the current directory (unless you happen to have a subdirectory whose own name ends in ".bak", in which case it will be applied to all backup files in there too). |
| A mask ending with slash matches only directories. The mask ''*/'' matches any directory. | A mask ending with slash matches only directories. The mask ''*/'' matches any directory. | ||