You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/tdeioslave/sftp/DEBUGGING

13 lines
502 B

DEBUGGING
The best way to debug this slave is to send debug info to a
file using 'tdedebugDialog --fullmode'. Then you can 'tail -f' the file to
see debug messages in real-time.
I also suggest getting the openssh source and recompiling sftp-server to
send messages to the auth log. This can be done in sftp-server.c be defining
DEBUG_SFTP_SERVER.
You can do the same with the ssh client by finding the two calls to log_init()
in ssh.c and changing the last argument from 1 to 0 and recompiling.