I wanted to implement the SFTP protocol, using the ssh package from
code.google.com/p/go.crypto/ssh. Problem is that after "con.Handshake()" ->
"channel := con.Accept()" -> "channel.Accept()" everything stands still. I
am trying to make a channel.Read() but that blocks forever.
From a user's perspective: after connecting to the go ssh server and
logging in successfully the only way to close the connection is by shutting
down the server.
Can you give me any hints, how to send/receive packets?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.