Jump to content

KIO

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by InternetArchiveBot (talk | contribs) at 15:46, 11 February 2020 (Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

KIO
Original author(s)KDE
Developer(s)KDE
Written inC++
TypeSystem library
Websitewww.kde.org
As the GNU C Library serves as a wrapper for Linux kernel system calls, so does KIO serve as a further wrappers for its specific tasks.

KIO (KDE Input/Output) is a system library incorporated into KDE Frameworks 5 and KDE Software Compilation 4. It provides access to files, web sites and other resources through a single consistent API. Applications, such as Konqueror and Dolphin, which are written using this framework, can operate on files stored on remote servers in exactly the same way as they operate on those stored locally, effectively making KDE network-transparent. This allows for an application like Konqueror to be both a file manager as well as a web browser.

KIO slaves are libraries that provide support for individual protocols (e.g. HTTP, FTP, SMB, SSH, FISH, SFTP, SVN, TAR).

The KDE manual app KHelpCenter has a KIOSlaves section that lists the available protocols with a short description of each.

See also

References