Jump to content

KIO: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
m →‎External links: human-readable document
Line 8: Line 8:
== External links ==
== External links ==
* [http://api.kde.org/4.x-api/kdelibs-apidocs/kio/html/index.html KIO API documentation]
* [http://api.kde.org/4.x-api/kdelibs-apidocs/kio/html/index.html KIO API documentation]
* [http://maketecheasier.com/quick-easy-guide-to-kde-kio-slaves/2009/08/17 A Quick and Easy Guide to KDE KIO slaves], by Tavis J. Hampton


{{KDE}}
{{KDE}}

Revision as of 20:37, 30 December 2012

KIO (KDE Input/Output) is part of the KDE architecture. It provides access to files, web sites and other resources through a single consistent API. Applications, such as Konqueror, 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 a file browser like Konqueror to be both a highly versatile and powerful file manager as well as a web browser.

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

The kde helpcenter app Khelp has a kioslaves section that lists the available protocols with a short description