forked from Akimkin/kf5-kio-ftps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathftps.json
33 lines (33 loc) · 856 Bytes
/
ftps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"KDE-KIO-Protocols": {
"ftps": {
"Class": ":internet",
"Icon": "folder-remote",
"ProxiedBy": "http",
"X-DocPath": "kioworker6/ftps/index.html",
"copyFromFile": true,
"copyToFile": true,
"deleting": true,
"input": "none",
"listing": [
"Name",
"Type",
"Size",
"Date",
"Access",
"Owner",
"Group",
"Link",
""
],
"makedir": true,
"maxInstances": 20,
"maxInstancesPerHost": 5,
"moving": true,
"output": "filesystem",
"protocol": "ftps",
"reading": true,
"writing": true
}
}
}