Table of Contents
Allows treating audio CDs like a ‘real’ filesystem, where tracks are represented as files and, when copied from the directory, are digitally extracted from the CD. This ensures a perfect copy of the audio data.
To see how this slave works, insert an audio CD in your CD-ROM drive and type audiocd:/ into Konqueror. Within a few seconds you should see a list of tracks and some directories.
Audio CDs don't really have directories, but the audiocd slave provides them as a convenience. If you look inside these directories you will see that they all contain the same number of tracks. If you are connected to the Internet, some directories will have the actual track titles shown as the filenames.
The reason that these separate directories exist are so that you can choose in which format you would like to listen to (or copy) the tracks on the CD.
If you drag a track from the Ogg Vorbis directory and drop it on another Konqueror window open at your home directory, you should see a progress window showing you that the track is being extracted from the CD and saved to a file. Note that Ogg Vorbis is a compressed format, so the file in your home directory will appear a great deal smaller than it would have been if you had copied the raw data.
The mechanism behind this is quite simple. When the audiocd slave is asked to retrieve a track from the Ogg Vorbis directory, it starts extracting the digital audio data from the CD. As it sends the data over to the file in your home directory, it simultaneously encodes it in Ogg Vorbis format (CD audio isn't in any particular format to start with, it's just raw binary data.)
You could also try dragging a file ending in .wav and dropping it on the KDE Media Player, Noatun. In this case, the procedure that happens behind the scenes is similar, except that instead of encoding the audio data in Ogg Vorbis format, it is put through a very simple conversion, from raw binary data (which the .cda files in the toplevel directory represent) to ‘RIFF WAV’ format, a non-compressed format that most media players understand.
Noatun should quite happily play the .wav file, but if it has trouble, you may consider using the paranoia_level option, explained below.
Options
Set the path to the audio CD device, e.g. audiocd:/?device=/dev/sdc. Normally, the slave will try to find a CD drive with an audio CD inserted, but if it fails or you have more than one CD drive, you may want to try this option. Note that the configuration dialog allows you to set a default value for this option.
Set the amount of error detection and correction used when extracting data.
No detection or correction. Only useful if you have a perfect CD drive (unlikely).
Enable basic error checking and correction.
Default. Specifies that only a perfect extraction will be accepted.
Note that there is a disadvantage to level 2. Extraction can be very slow, so real-time digital playback may not work properly. If you have a good quality CD drive (note that more expensive does not necessarily mean better quality) then you probably won't experience very slow extraction, but a poor drive may take days (!) to extract the audio from one CD.
Specify that track names for the inserted CD will be looked up on the Internet CD Database. Audio CDs don't have track names, but the Internet CD Database is a clever system which uses a special unique identifier generated from the number and length of tracks on each CD to cross-reference a track listing. Track listings are contributed by the Internet community and made available to all.
You can submit your own track listings using Kscd, the KDE CD player.
This option is on by default. If your Internet connection is not set up correctly, you may find that your CD tracks don't appear. In this case, you can try audiocd:/?use_cddb=0 to switch this option off.
Set the Internet CD Database server to contact. By default, this is freedb.freedb.org:888, which means server freedb.freedb.org at port 888.
Examples
Gives a listing of the tracks on the audio CD inserted in /dev/scd0, which on Linux® specifies the first SCSI CD-ROM device. If you copy tracks from the CD, digital extraction will be performed without error correction or detection. No Internet CD Database will be contacted.
bzip is a compression program. It is rarely used today, having been replaced with bzip2, which offers much better compression.
The bzip kioslave is not directly usable, and is intended for use as a filter. For example, the tar kioslave can filter a file through the bzip kioslave, in order to display the contents of a tar.bz file directly in a Konqueror window.
If you click on a file compressed with a bz extension in Konqueror, this kioslave is used to uncompress it and display it as a normal (uncompressed) file.
If you are a developer, and would like to use the bzip filter, you can find documentation on using kioslaves at http://developer.kde.org
Bzip2 is a compression program
The bzip2 kioslave is not directly usable, and is intended for use as a filter. For example, the tar kioslave can filter a file through the bzip2 kioslave, in order to display the contents of a tar.bz2 file directly in a Konqueror window.
If you click on a file compressed with a .bz2 in Konqueror, this kioslave is used to uncompress it and display it as a normal (uncompressed) file.
If you are a developer, and would like to use the bzip2 filter, you can find documentation on using kioslaves at http://developer.kde.org
See the manual: bzip2.
Finger is a program to display information about users.
If finger is enabled on the remote machine, you may be given information on the user's real name, if they are logged in or not, if they have mail, and if they have a .plan file in their home directory, it might be displayed for you.
Finger is normally associated with a user@hostname address, which may or may not be the same as a users email address.
Most Internet Service Providers no longer allow finger access, so, you may find that you get no useful answer for most people.
Other people use their local .plan file to hold such information as PGP keys, the fact they are on vacation, and all sorts of information.
Use the finger kioslave like this: finger://username@hostname
See the manual: finger.
The floppy ioslave gives you easy access to the floppy disk drives installed on your system.
The drive letter becomes the first subdirectory in the floppy URL. Let's say there is a file logo.png on your floppy disk in drive A, then the URL will be floppy:/a/logo.png
If you want to access drive B, floppy:/b will do it. floppy:/ is a shortcut for floppy:/a.
Note that floppy:/logo.png means you have a disk drive named logo.png.
To use it you need to have the mtools package installed, and the floppy ioslave supports everything the various mtools command line utilities support. You don't have to mount your floppy disks, simply enter floppy:/ in any KDE 3.x app and you will be able to read from and write to your floppy drive.
According to the mtools documentation ZIP and JAZ drives are also supported, you could try floppy:/z and floppy:/j to access them. Due to missing hardware this is not tested.
The ioslave gives read and write access to the floppy drive, but not simultaneously. While you can read and write to the floppy during the same session, reading and writing have to happen one after the other, not at the same time.
Author: Alexander Neundorf <neundorf@kde.org>
Ftp is the Internet service used to transfer a data file from the disk of one computer to the disk of another regardless of the operating system type.
Similar to other Internet applications, ftp uses the client-server approach--a user invokes an ftp program on the computer, instructs it to contact a remote computer, and then requests the transfer of one or more files. The local ftp program becomes a client that uses TCP to contact an ftp server program on the remote computer. Each time the user requests a file transfer, the client and the server programs cooperate to send a copy of the data across the Internet.
Ftp servers which allow "anonymous ftp" permit any user, not only users with accounts on the host, to browse the "ftp" archives and download files. Some ftp servers are configured to allow users to upload files.
Ftp is commonly used to retrieve information and obtain software stored in files at ftp archive sites throughout the world.
Use care when downloading files. Text files should be downloaded as "ASCII"; binary files (images, executables, non-text data files) should be downloaded as "BINARY".
Source: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm
See the manual: ftp.
Gopher began as a distributed campus information service at the University of Minnesota. Gopher allows the user to access information on Gopher servers running on Internet hosts.
Gopher is an Internet information browsing service that uses a menu-driven interface. Users select information from menus, which may return another menu or display a text file. An item may reside on a Gopher server you originally queried, or it may be on another Gopher server (or another host). Gopher can "tunnel" from one Gopher to another without the user knowing that the server and/or host machine have changed. Gopher keeps the exact location of computers hidden from the user, providing the "illusion" of a single, large set of interconnected menus.
Gopher permits the user to record an items location in a "bookmark", thereby allowing users to follow a "bookmark" directly to a particular item without searching the menu system. Gopher menus are not standardized, inasmuch as each Gopher server is individually determined.
Source: http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/gophrdef.htm
gzip is a compression program
The gzip kioslave is not directly usable, and is intended for use as a filter. For example, the tar kioslave can filter a file through the gzip kioslave, in order to display the contents of a tar.gz file directly in a Konqueror window.
If you click on a file compressed with a gz extension in Konqueror, this kioslave is used to uncompress it and display it as a normal (uncompressed) file.
If you are a developer, and would like to use the gzip filter, you can find documentation on using kioslaves at http://developer.kde.org
See the manual: gzip.
http is the HyperText Transfer Protocol.
The http kioslave is used by all KDE applications to handle connections to http servers, that is, web servers. The most common usage is to view web pages in the Konqueror web browser.
You can use the http kioslave in Konqueror by giving it a URL. http://www.kde.org.
See the manual: http.
HTTPS is HTTP encapsulated in an SSL/TLS stream.
SSL is the Secure Sockets Layer protocol, a security protocol that provides communications privacy over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.
TLS stands for Transport Layer Security
The IMAP4rev1 protocol (Internet Message Access Protocol) allows access to messages in mail folders on a server. Unlike POP3, which is designed to download the mails and delete them from the server, the purpose of IMAP is to store all mails on the server to be able to access these mails from everywhere. Messages can be stored on the server, retrieved from there or moved between folders.
This plugin is currently mainly used by KMail, but you can also use it in any other KDE application that uses kioslave plugins.
For example in Konqueror, simply type imap://username@your.mail.server/ to get your IMAP folders listed. You can then deal with the folders and mails like with folders and files on a local file system. IMAP URLs are defined in RFC 2192.
IMAPS is the IMAP protocol encrypted via SSL.
Info is a type of documentation. The documents are in a file format called texinfo, and can be read on the command line with the info program.
The Info ioslave allows you to read the info pages installed on your system, from within Konqueror. You can use it very easily:
info:/gcc
This would show you the top level node of the Info documentation for the gcc compiler.
Info is a GNU replacement for man, but is not widely used outside of GNU software.
You can quite easily browse the info documentation you have installed from within the KHelpcenter application, or you can use the info ioslave directly from within both Konqueror and the mini-cli.
ldap is the lightweight directory access protocol. It provides access to an X.500 directory, or to a stand-alone LDAP server.
You can use the ldap kioslave as follows:
ldap://host:port/ou=People,o=where,c=de??sub for a subtree-query
or ldap://host:port/cn=MM,ou=People,o=where,c=de??base for a complete branch.
The mailto kioslave is used when you click on a mailto link in an HTML page. Konqueror will open the preferred mail client you have configured, with a composer window. Any information supplied in the URL will be filled in for you.
See the manual: mailto.
Using the man ioslave you are able to read the man pages installed on your system. It is easy to use:
See the sections of the manual, click to find the rest.
See the man page of fopen.
There is also a shortcut: #fopen, which has the same effect as above.
If you don't find all your man pages, adjust the environment variables MANPATH and MANSECT.
As with any other KDE ioslave, it is possible to enter a URL, like man:socket in any KDE application. Try it in KWrite and you will see the man page in HTML format.
Contact mailing list: <kde-devel@kde.org>
The news kioslave is used when you click on a news link on a web page. It will open KNode, and if the group referred to in the news link is available from your server, it will subscribe you to the group, in the first available account you have configured in KNode
You can unsubscribe from within KNode if you decide you don't want to read the group, by right clicking and selecting Unsubscribe from Group.
Sun's NFS protocol provides transparent remote access to shared file systems across networks. The NFS protocol is designed to be machine, operating system, network architecture, and transport protocol independent. This independence is achieved through the use of Remote Procedure Call (RPC) primitives built on top of an eXternal Data Representation (XDR).
The supporting MOUNT protocol performs the operating system-specific functions that allow clients to attach remote directory trees to a point within the local file system. The mount process also allows the server to grant remote access privileges to a restricted set of clients via export control.
The Lock Manager provides support for file locking when used in the NFS environment. The Network Lock Manager (NLM) protocol isolates the inherently stateful aspects of file locking into a separate protocol.
Source: http://www.networksorcery.com/enp/protocol/nfs.htm
See the manual: nfs.
The nntp kioslave accesses NNTP servers directly.
This kioslave can not be used with servers that do not implement the GROUP command, including some versions of the popular INN news server which is often used by ISPs. It does work with leafnode, which many people use to keep an offline cache of news articles on their own hard drive or within their LAN.
You can use the nntp kioslave by typing nntp://yourserver/groupname into the Konqueror URL bar.
If you enter a group name, as above, and the group is available, you will see the messages stored for that group as icons in Konqueror.
Clicking on a message will display it as plain text, including all headers. This could be useful for debugging a news client to news server connection, for example, to ensure that your new leafnode server is working correctly.
If you don't enter a group name, and only the server name, you will see a list of available groups.
Please be aware that this could take an enormous amount of time, and will cause a lot of network traffic. Some commercial usenet servers have 60,000 or more groups available, and doing such a thing may cause your desktop to freeze.
The print KIOSlave gives quick access to browse different KDEPrint sections via ‘virtual folders’. These folders provide some information about and quick access to your print subsystem.
‘print:/’ represents one more of those useful KIOSlaves implemented by KDE. To access it, just type print:/ into the address field of Konqueror. print:/ doesn't purely provide ‘read-only’ access to your print subsystem, but it also allows you to change settings of your printers, of your print system and lets you create new printers and classes.
You are asked for the Administrator or root password, if you are not allowed a view or an operation as a normal user.
You can bookmark frequently used shortcuts like ‘print:/manager’
Valid syntax is either print:/[path-to-virtual-folder] or print:[path-to-virtual-folder]
Note, that some of the views and actions offered do heavily depend on the print subsystem that is installed on your box and presently activated for KDE. Pages showing printer information display only those parts that are valid for the KDE-selected print subsystem. (So if you normally run CUPS, but switched temporarily to ‘Generic UNIX LPD Printing’, which is possible, you will see less printer info, because LPD is not capable of using the same amount of print settings as are possible in CUPS).
--
Valid syntax to access different virtual folders and a short explanation of what they represent:
Some examples
virtual root for browsing your print subsystem. It displays subfolders “classes”, “printers”, “manager”, and “specials”
view your printer classes (supported by and useful for CUPS only)
view all members of the named printer class (supported by and useful only for CUPS)
lists all your printers. Clicking on a printer name shows more info about that printer.
displays useful info about the named printer
opens a page very similar to the KDEPrint Manager module inside the KDE Control Center. Switch to a different printing system here or do every other administrative task....
This is the most important of access points to your printing system.
lists all presently available “special printers”: Likely you'll see:
* the two that let you save a printfile to disk, in PostScript or PDF format;
* one that sends it as a PDF-attachment via KMail;
* and last, send it via fax, if you have one of the supported fax backends active, Hylafax or efax.
Hint: you can also put ‘print:/manager’ or similar as command in the ‘Quick Command’ utility (started via [ALT+F2])
--
You can learn more about printing and KDEPrint's powerful abilities by reading the KDEPrint Handbook locally or at the KDEPrint Website. The information at this website is regularly updated. There are already a few documents online (HTML and PDF),containing Tutorials, as well as FAQs and Tips+Tricks related to printing in general.
A protocol to retrieve the date and time from a time server.
It will query a URL of an RFC 868 time server.
rdate://servername
And return a date in the format of:
DDD MMM DD HH:MM:SS YYYY
Network operations require time synchronized information to ensure optimal network performance.
Computer clocks are notorious for drifting. So it's a very good idea to set up time synchronization. You will need root privileges to do this.
See the manual: date and netdate.
See : Time Synchronization Server .
Using Konqueror you can start up an rlogin session with a server hosting the rlogin service.
To use this kioslave feature, in the Konqueror URL bar, type rlogin:/host_to_connect_to
This will initialize Konsole with an rlogin session, prompting you for your password.
The rlogin kioslave uses the username of the account you are currently using in KDE.
After you have successfully entered your password, you can begin your remote session.
See the manual: rlogin.
SFTP is a Secure file transfer protocol. sftp is an interactive file transfer program, similar to ftp, but it performs all operations over an encrypted ssh transport. It may use many of the features of ssh, including public key authentication and compression.
See the manual: sftp.
The smb ioslave enables you to browse the shares of a Windows® (or Samba) network.
To see the shares of a host, enter smb://the_host. To access a share directly enter smb://the_host/the_share
The smb ioslave is a wrapper around the command line tool smbclient, which is part of the Samba package. This means you need to have Samba installed to use this ioslave.
To be able to authenticate to Windows® NT Domain Controllers, you need at least Samba 2.0. To access the shares of Windows® 2000 machines, you need at least Samba 2.0.7.
Currently the slave is read-only, i.e. you are not able to write to remote shares. The current smb ioslave also doesn't provide you with a list of running hosts. You should use the lan or rlan ioslaves to get a network neighborhood.
You can set your default user name and password in the KControl in Network->Windows Shares. This is especially useful if you are a member of a Windows® NT domain. There you can also set your workgroup name, but in most cases this is not required.
This ioslave is tested and developed using mainly Samba 2.0.7, but other versions of Samba should work too.
Author: Alexander Neundorf <neundorf@kde.org>
A protocol to send mail from the client workstation to the mail server.
See : Simple Mail Transfer Protocol .
An archiving program designed to store and extract files from an archive file known as a tarfile. A tarfile may be made on a tape drive, however, it is also common to write a tarfile to a normal file.
See the manual: tar.
The network terminal protocol (TELNET) allows a user to log in on any other computer on the network supporting TELNET.
See the manual: telnet.
The thumbnail kioslave is used by KDE for network transparent and persistent generation of thumbnails.
The thumbnail kioslave uses plugins to generate the actual thumbnails. You can enable viewing of these thumbnails from the View->Preview submenu, available in Konqueror in file manager mode.
The thumbnail kioslave is not directly useful to a user, but if you are a developer, you can use it within your own applications to create file previews.
See the documentation in the sources for more information. You will find these at $KDEDIR/include/kio/thumbcreator.h or in the source directory kdebase/kioslave/thumbnail
WebDAV is a Distributed Authoring and Versioning protocol for the World Wide Web. It allows for easy management of documents and scripts on a http server, and has additional features designed to simplify version management amongst multiple authors.
Usage of this protocol is simple. Type the location you want to view, similar to a http URL except for the webdav:// protocol name at the start. An example is webdav://www.hostname.com/path/. If you specify a directory name, a list of files and directories will be displayed, and you can manipulate these directories and files just as you would with any other filesystem.
WebDAV Features
File locking allows users to lock a file, informing others that they are currently working on this file. This way, editing can be done without fear that the changes may be overwritten by another person who is also editing the same document.
WebDAV allows access to the script which is called to produce a specific page, so changes can be made to the script itself.
Arbitrary properties may be set to assist identification of a document, such as the author.
To take advantage of these additional capabilities, you will need an application which supports them. No application currently supports them through this kioslave.
WebDAVS is the WebDAV protocol encrypted via SSL.