Differences
This shows you the differences between the selected revisions of the page.
| 2006-09-20 | 2007-05-29 | ||
| wildcard, script commands (martin) | 4.0.1 *. mask (martin) | ||
| Line 27: | Line 27: | ||
| The mask ''*/'' matches any directory. For example to transfer only HTML files located in any directory, use the include mask ''*/; *.html''. | The mask ''*/'' matches any directory. For example to transfer only HTML files located in any directory, use the include mask ''*/; *.html''. | ||
| - | For convenience, a mask ''*.*'' is exception matching any file, even if its name does not include any dot. | + | For convenience, a masks ''*.*'' and ''*.'' are exceptions matching any file and any file without an extension, respectively, even if its name does not include any dot. |