Version: (using KDE KDE 3.3.2) Installed from: Mandrake RPMs OS: Linux There is something that miss in the documentation of fish:// ioslave. We don't have any example to know how does it works. I always forget what we have to type, and in what order, so, a url example in the documentation will be very good to help people using fish. I hope it will be added soon... We also have to verify if there are examples in all documentation of every ioslaves, to be sure that they are correctly used. Thank you!
I have a patch for this, will commit as soon as this freeze is over
CVS commit by lauri: BUG:95589 M +4 -0 fish.docbook 1.7 --- kdebase/doc/kioslave/fish.docbook #1.6:1.7 @@ -51,3 +51,7 @@ FISH:;/bin/sh</command> correctly.</para> +<para>Use the fish kioslave like this: <userinput>fish://<replaceable>hostname</replaceable></userinput>or <userinput>fish://<replaceable>username</replaceable>@<replaceable>hostname</replaceable></userinput></para> + +<para>You do not need to provide the username if you have the same username on both computers. You can add a password in the format <userinput>fish://<replaceable>username</replaceable>:<replaceable>password</replaceable>@<replaceable>hostname</replaceable></userinput>, but it is not necessary as you will be prompted for one if it is not supplied.</para> + </article>