How to skip files in the uTorrent Create New Torrent dialog

When creating a new torrent in uTorrent, there is a "skip files" field that has no obvious explanation as to how it should be used.

I wanted to omit OS X hidden files (.DS_Store etc.) and found the key while reading a uTorrent forum thread. I figured this is something I will likely forget, and that others will probably find useful so, for posterity, here it is.

The uTorrent Create New Torrent dialog

The simplest option is to skip a single file of course:

filename.ext

You can also specify a pipe (|) separated list of filenames like this:

filename1.ext|filename2.ext|filename3.ext

As you might expect, multiple files can also be targeted using an asterisk (*) as a wildcard. For example, to skip hidden OS X files (which all start with a ".") I used the following:

.*

And finally, you can combine the two methods. The following example skips all files with a ".zip" or ".tar" extension:

*.zip|*.tar

Posted in Apps

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>