Differences
This shows you the differences between the selected revisions of the page.
2005-05-05 | 2005-06-10 | ||
ui_pref_transfer => ui_transfer, ui_select (martin) | include mask notice (martin) | ||
Line 17: | Line 17: | ||
When the mask selects files and it makes sense to select them based on directory, you can extend the mask with path mask. Separate path mask from filename mask by slash. For relative path mask it does not make difference if you use back (''\'') or forward slashs (''/''), the mask will always work for both local and remote paths. For example exclude mask ''*/public_html/*.bak'' will exclude backup files both in ''D:\Documents\public_html'' and ''/home/martinp/public_html''. | When the mask selects files and it makes sense to select them based on directory, you can extend the mask with path mask. Separate path mask from filename mask by slash. For relative path mask it does not make difference if you use back (''\'') or forward slashs (''/''), the mask will always work for both local and remote paths. For example exclude mask ''*/public_html/*.bak'' will exclude backup files both in ''D:\Documents\public_html'' and ''/home/martinp/public_html''. | ||
+ | |||
+ | Particularly when specifing [[ui_transfer#other_options|include mask]] for transfers, keep in mind that it is applied to directories as well. |