Warning, /frameworks/kio/src/kcms/netpref/kio_ftprc.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006  <kcfgfile name="kio_ftprc" />
0007  <group name="DesktopIcons" >
0008  
0009    <entry name="DisablePassiveMode" type="Bool">
0010      <label>Disable Passive FTP</label>
0011      <whatsthis>When FTP connections are passive the client connects to the server, instead of the other way round, so firewalls do not block the connection; old FTP servers may not support Passive FTP though.</whatsthis>
0012      <default>false</default>
0013    </entry>
0014 
0015    <entry name="MarkPartial" type="Bool">
0016      <label>Mark partially uploaded files</label>
0017      <whatsthis>While a file is being uploaded its extension is ".part". When fully uploaded it is renamed to its real name.</whatsthis>
0018      <default>true</default>
0019    </entry>
0020 
0021  </group>
0022 </kcfg>