1 <?xml version=
"1.0" encoding=
"UTF-8" ?>
2 <kcfg xmlns=
"http://www.kde.org/standards/kcfg/1.0"
3 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
4 xsi:
schemaLocation=
"http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6 <kcfgfile name=
"kio_ftprc" />
7 <group name=
"DesktopIcons" >
9 <entry name=
"DisablePassiveMode" type=
"Bool">
10 <label>Disable Passive FTP
</label>
11 <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>
12 <default>false
</default>
15 <entry name=
"MarkPartial" type=
"Bool">
16 <label>Mark partially uploaded files
</label>
17 <whatsthis>While a file is being uploaded its extension is
".part". When fully uploaded it is renamed to its real name.
</whatsthis>
18 <default>true
</default>