Development/Tutorials/Debugging/Debugging IOSlaves/Debugging kio fish: Difference between revisions

From KDE TechBase
No edit summary
Line 5: Line 5:
* [http://bugs.kde.org/show_bug.cgi?id=147948 copying via fish stalls]
* [http://bugs.kde.org/show_bug.cgi?id=147948 copying via fish stalls]
* [http://bugs.kde.org/show_bug.cgi?id=145123 fish protocol dies unexpectedly]
* [http://bugs.kde.org/show_bug.cgi?id=145123 fish protocol dies unexpectedly]
= Overview =
When you point your browser to fish://''user''@''target'', http://websvn.kde.org/trunk/KDE/kdebase/runtime/kioslave/fish/fish.cpp?view=log opens a process that calls the executable ssh. If a password is needed, this question is passed on to you (search for "password" in fish.cpp). Then a file fishserv.pl is copied over to the target host and executed there.

Revision as of 05:57, 27 February 2009

This page is a starting point for debugging kio_fish. Please also read how to debug IO slaves generically.

Bugs

Interesting bugs to get into the topic

Overview

When you point your browser to fish://user@target, http://websvn.kde.org/trunk/KDE/kdebase/runtime/kioslave/fish/fish.cpp?view=log opens a process that calls the executable ssh. If a password is needed, this question is passed on to you (search for "password" in fish.cpp). Then a file fishserv.pl is copied over to the target host and executed there.