1{
2    "KDE-KIO-Protocols": {
3        "smb": {
4            "Class": ":internet",
5            "Icon": "network-workgroup",
6            "X-DocPath": "kioslave5/smb/index.html",
7            "copyFromFile": true,
8            "copyToFile": true,
9            "deleting": true,
10            "exec": "kf5/kio/smb",
11            "input": "none",
12            "listing": [
13                "Name",
14                "Type",
15                "Size",
16                "Date",
17                "Access",
18                "Owner",
19                "Group"
20            ],
21            "linking": false,
22            "makedir": true,
23            "maxInstances": 20,
24            "maxInstancesPerHost": 5,
25            "moving": true,
26            "output": "filesystem",
27            "protocol": "smb",
28            "opening": true,
29            "truncating": true,
30            "reading": true,
31            "writing": true
32        },
33        "cifs": {
34            "Class": ":internet",
35            "Icon": "network-workgroup",
36            "X-DocPath": "kioslave5/smb/index.html",
37            "copyFromFile": true,
38            "copyToFile": true,
39            "deleting": true,
40            "exec": "kf5/kio/smb",
41            "input": "none",
42            "listing": [
43                "Name",
44                "Type",
45                "Size",
46                "Date",
47                "Access",
48                "Owner",
49                "Group"
50            ],
51            "linking": false,
52            "makedir": true,
53            "maxInstances": 20,
54            "maxInstancesPerHost": 5,
55            "moving": true,
56            "output": "filesystem",
57            "protocol": "cifs",
58            "opening": true,
59            "truncating": true,
60            "reading": true,
61            "writing": true
62        }
63    }
64}
65