-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
# | ||
# KIO | ||
|
||
Network transparent access to files and data | ||
|
||
## Introduction | ||
|
||
This framework implements almost all the file management functions you | ||
will ever need. In fact, the KDE file manager (Dolphin) and the KDE | ||
file dialog also uses this to provide its network-enabled file management. | ||
|
||
It supports accessing files locally as well as via HTTP and FTP out of the | ||
box and can be extended by plugins to support other protocols as well. There | ||
is a variety of plugins available, e.g. to support access via SSH. | ||
|
||
The framework can also be used to bridge a native protocol to a file-based | ||
interface. This makes the data accessible in all applications using the KDE | ||
file dialog or any other KIO enabled infrastructure. | ||
|
||
## Links | ||
|
||
- Home page: <https://projects.kde.org/projects/frameworks/kio> | ||
- Mailing list: <https://mail.kde.org/mailman/listinfo/kde-frameworks-devel> | ||
- IRC channel: #kde-devel on Freenode | ||
- Git repository: <https://projects.kde.org/projects/frameworks/kio/repository> |