summaryrefslogtreecommitdiffstats
path: root/tdeioslave/sftp/DEBUGGING
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2022-06-24 14:11:03 +0300
committerMavridis Philippe <[email protected]>2022-07-15 13:20:07 +0300
commit6b64de55fbb2eb2f7ccd33bfe8f5df333ed9d8ba (patch)
treefd437a7646a554e72d4a8ebd1f2fee83e5d881de /tdeioslave/sftp/DEBUGGING
parent0b10dbcfa957bc9c32666cfcb0031c955f721f3e (diff)
downloadtdebase-6b64de55fbb2eb2f7ccd33bfe8f5df333ed9d8ba.tar.gz
tdebase-6b64de55fbb2eb2f7ccd33bfe8f5df333ed9d8ba.zip
Replaced old sftp ioslave with backported version
Source: https://github.com/sandsmark/kde2-kio-sftp-kde4 Licence: GPLv2 or later This resolves issue #276. Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit fd94618b638534cebf02eacfae104d147c361492)
Diffstat (limited to 'tdeioslave/sftp/DEBUGGING')
-rw-r--r--tdeioslave/sftp/DEBUGGING12
1 files changed, 0 insertions, 12 deletions
diff --git a/tdeioslave/sftp/DEBUGGING b/tdeioslave/sftp/DEBUGGING
deleted file mode 100644
index 8e15c91d4..000000000
--- a/tdeioslave/sftp/DEBUGGING
+++ /dev/null
@@ -1,12 +0,0 @@
-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.