Samiksha Jaiswal (Editor)

KIO

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
KDE

Written in
  
C++

Developer(s)
  
KDE

Type
  
System library

KIO

Stable release
  
5.31.0 (February 11, 2017; 32 days ago (2017-02-11)) [±]

Preview release
  
5.0 beta 3 (June 5, 2014; 2 years ago (2014-06-05)) [±]

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, and 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.

References

KIO Wikipedia