Relative Content

Tag Archive for gosftp

Go SFTP server closes on client disconnect

I’m trying to explore github.com/pkg/sftp and got stuck with server execution. I tried executing https://github.com/pkg/sftp/blob/master/examples/go-sftp-server/main.go. The client connects but server closes if the client disconnects from server or client tries to authenticate.