Closed rbucker closed 4 years ago
fmt.Printf("mkdir: %s\n", path.Dir(dst)) if err := mkdirAll(client, path.Dir(dst)); err != nil { return "", err }
There is not enough information here to help you with your issue. Without at least error messages, or details about what is happening, there is nothing we can really do but speculate.