home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / FileZilla_3.2.6.1_win32-setup.exe / resources / defaultfilters.xml next >
Extensible Markup Language  |  2009-07-01  |  4KB  |  141 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2.  
  3. <!--
  4.   These filters are used by default if filter.xml doesn't exist in the user's
  5.   settings directory.
  6. -->
  7.  
  8. <FileZilla3>
  9.     <Filters>
  10.         <Filter>
  11.             <Name>CVS and SVN directories</Name>
  12.             <ApplyToFiles>0</ApplyToFiles>
  13.             <ApplyToDirs>1</ApplyToDirs>
  14.             <MatchType>Any</MatchType>
  15.             <MatchCase>1</MatchCase>
  16.             <Conditions>
  17.                 <Condition>
  18.                     <Type>0</Type>
  19.                     <Condition>1</Condition>
  20.                     <Value>CVS</Value>
  21.                 </Condition>
  22.                 <Condition>
  23.                     <Type>0</Type>
  24.                     <Condition>1</Condition>
  25.                     <Value>.svn</Value>
  26.                 </Condition>
  27.             </Conditions>
  28.         </Filter>
  29.         <Filter>
  30.             <Name>Useless Explorer files</Name>
  31.             <ApplyToFiles>1</ApplyToFiles>
  32.             <ApplyToDirs>0</ApplyToDirs>
  33.             <MatchType>Any</MatchType>
  34.             <MatchCase>1</MatchCase>
  35.             <Conditions>
  36.                 <Condition>
  37.                     <Type>0</Type>
  38.                     <Condition>1</Condition>
  39.                     <Value>Thumbs.db</Value>
  40.                 </Condition>
  41.                 <Condition>
  42.                     <Type>0</Type>
  43.                     <Condition>1</Condition>
  44.                     <Value>desktop.ini</Value>
  45.                 </Condition>
  46.                 <Condition>
  47.                     <Type>0</Type>
  48.                     <Condition>1</Condition>
  49.                     <Value>ehthumbs.db</Value>
  50.                 </Condition>
  51.             </Conditions>
  52.         </Filter>
  53.         <Filter>
  54.             <Name>Temporary and backup files</Name>
  55.             <ApplyToFiles>1</ApplyToFiles>
  56.             <ApplyToDirs>0</ApplyToDirs>
  57.             <MatchType>Any</MatchType>
  58.             <MatchCase>1</MatchCase>
  59.             <Conditions>
  60.                 <Condition>
  61.                     <Type>0</Type>
  62.                     <Condition>3</Condition>
  63.                     <Value>~</Value>
  64.                 </Condition>
  65.                 <Condition>
  66.                     <Type>0</Type>
  67.                     <Condition>3</Condition>
  68.                     <Value>.bak</Value>
  69.                 </Condition>
  70.             </Conditions>
  71.         </Filter>
  72.         <Filter>
  73.             <Name>Configuration files</Name>
  74.             <ApplyToFiles>1</ApplyToFiles>
  75.             <ApplyToDirs>1</ApplyToDirs>
  76.             <MatchType>All</MatchType>
  77.             <MatchCase>0</MatchCase>
  78.             <Conditions>
  79.                 <Condition>
  80.                     <Type>0</Type>
  81.                     <Condition>2</Condition>
  82.                     <Value>.</Value>
  83.                 </Condition>
  84.             </Conditions>
  85.         </Filter>
  86.         <Filter>
  87.             <Name>Show only images</Name>
  88.             <ApplyToFiles>1</ApplyToFiles>
  89.             <ApplyToDirs>0</ApplyToDirs>
  90.             <MatchType>None</MatchType>
  91.             <MatchCase>0</MatchCase>
  92.             <Conditions>
  93.                 <Condition>
  94.                     <Type>0</Type>
  95.                     <Condition>3</Condition>
  96.                     <Value>.png</Value>
  97.                 </Condition>
  98.                 <Condition>
  99.                     <Type>0</Type>
  100.                     <Condition>3</Condition>
  101.                     <Value>.gif</Value>
  102.                 </Condition>
  103.                 <Condition>
  104.                     <Type>0</Type>
  105.                     <Condition>3</Condition>
  106.                     <Value>.jpg</Value>
  107.                 </Condition>
  108.                 <Condition>
  109.                     <Type>0</Type>
  110.                     <Condition>3</Condition>
  111.                     <Value>.bmp</Value>
  112.                 </Condition>
  113.             </Conditions>
  114.         </Filter>
  115.     </Filters>
  116.     <Sets Current="0">
  117.         <Set>
  118.             <Item>
  119.                 <Local>0</Local>
  120.                 <Remote>0</Remote>
  121.             </Item>
  122.             <Item>
  123.                 <Local>0</Local>
  124.                 <Remote>0</Remote>
  125.             </Item>
  126.             <Item>
  127.                 <Local>0</Local>
  128.                 <Remote>0</Remote>
  129.             </Item>
  130.             <Item>
  131.                 <Local>0</Local>
  132.                 <Remote>0</Remote>
  133.             </Item>
  134.             <Item>
  135.                 <Local>0</Local>
  136.                 <Remote>0</Remote>
  137.             </Item>
  138.         </Set>
  139.     </Sets>
  140. </FileZilla3>
  141.