Results 3 comments of Maxim

Hi, I can reproduce this, how we can talk, I'll show you.

```golang package main import ( "flag" "fmt" "io" "log" "os" "time" scp "github.com/bramvdbogaerde/go-scp" "golang.org/x/crypto/ssh" ) func main() { start := time.Now() log.Printf("Start execution") hostname := flag.String("hostname", "192.168.0.1", "hostname or ip...

Hello, may be you have good news for us about this issue?