From cf14b1bd7803760ea4657269aeb424869e0058c6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:50:29 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- doc/tdeioslave/fish/CMakeLists.txt | 9 +++++ doc/tdeioslave/fish/Makefile.am | 2 ++ doc/tdeioslave/fish/index.docbook | 72 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 doc/tdeioslave/fish/CMakeLists.txt create mode 100644 doc/tdeioslave/fish/Makefile.am create mode 100644 doc/tdeioslave/fish/index.docbook (limited to 'doc/tdeioslave/fish') diff --git a/doc/tdeioslave/fish/CMakeLists.txt b/doc/tdeioslave/fish/CMakeLists.txt new file mode 100644 index 000000000..f61201bcb --- /dev/null +++ b/doc/tdeioslave/fish/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/fish ) diff --git a/doc/tdeioslave/fish/Makefile.am b/doc/tdeioslave/fish/Makefile.am new file mode 100644 index 000000000..4a3e8575d --- /dev/null +++ b/doc/tdeioslave/fish/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/fish diff --git a/doc/tdeioslave/fish/index.docbook b/doc/tdeioslave/fish/index.docbook new file mode 100644 index 000000000..3d35d055e --- /dev/null +++ b/doc/tdeioslave/fish/index.docbook @@ -0,0 +1,72 @@ + + + +]> + +
+fish + + +&Joerg.Walter; &Joerg.Walter.mail; +&Brad.Hards; &Brad.Hards.mail; + + + +2005-02-29 +1.1.2 + + + +Allows you to access another computer's files using the SEcure Shell (SSH) protocol. The remote computer needs to be running the SSH daemon, but the remainder of the protocol uses standard commandline tools as discussed below. + +You can use the fish tdeioslave like this: +fish://hostname or fish://username@hostname. + +You need to use double forward slashes. + +You can omit the username (and the trailing +@ symbol) if you have the same username on both computers. + +You can add a password in the format: +fish://username:password@hostname +but it is not necessary as you will be prompted for one if it is not +supplied. + +If you are running the SSH daemon on a non-standard +port, you can specify that port using the normal &URL; syntax as shown +below: +fish://hostname:portnumber. + +Fish should work with any roughly POSIX compatible +&UNIX; based remote computer. It uses the shell commands +cat, chgrp, +chmod, chown, +cp, dd, +env, expr, +grep, ls, +mkdir, mv, +rm, rmdir, +sed, +and wc. Fish starts +/bin/sh as its shell and expects it to be a +Bourne shell (or compatible, like bash). +If the sed and +file commands are available, as well as a +/etc/apache/magic file with &MIME; type +signatures, these will be used to guess &MIME; types. + + +If Perl is available on the remote +machine, it will be used instead. Then only env and +/bin/sh are needed. Using +Perl has the additional benefit of being +faster. + +Fish may even work on &Windows; machines, if tools like +Cygwin are installed. All the above +utilities must be in the system PATH, and the initial +shell must be able to process the command echo +FISH:;/bin/sh correctly. + +
-- cgit v1.2.1