Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kioslave / sftp / DEBUGGING
blob89ae8fe18a1ea3a8abf862aa845f935ba3e9cf09
1 DEBUGGING
3 The best way to debug this slave is to send debug info to a
4 file using 'kdebugDialog --fullmode'. Then you can 'tail -f' the file to 
5 see debug messages in real-time.
7 I also suggest getting the openssh source and recompiling sftp-server to 
8 send messages to the auth log.  This can be done in sftp-server.c be defining
9 DEBUG_SFTP_SERVER.
11 You can do the same with the ssh client by finding the two calls to log_init() 
12 in ssh.c and changing the last argument from 1 to 0 and recompiling.