extracting SFTP logs from PuTTY SSH logs

  • Follow


A single SFTP packet can span multiple SSH_MSG_CHANNEL_DATA packets or
can be one of many SFTP packets included within a single
SSH_MSG_CHANNEL_DATA packet.  Sometimes it can be nice to extract the
SFTP packets from the SSH_MSG_CHANNEL_DATA ones.  Here's a tool I
wrote to do just that:

http://www.frostjedi.com/phpbb/viewtopic.php?p=120096#p120096

I don't imagine most people have any need to look at the SFTP packets
but, if you do, maybe this tool will help!
0
Reply yawnmoth 2/23/2011 6:12:24 PM


0 Replies
298 Views

(page loaded in 0.233 seconds)

Similiar Articles:













7/24/2012 10:30:08 PM


Reply: