Mohamed El Bahja
Mohamed El Bahja
phpunit 8.5 it only version i've found that can runs on php 7 and php 8. if we upgrade to phpunit v9 we should drop php 7 support
Hi, go routines is a good way to do it, without "&" at the end of cmd.
I think that `nohup` it's gonna help you.
Hi, unfortunately no, maybe in future version
Hi, It should be like: ``` err = client.Upload("./test.txt", "/root/test.txt") ```
why not in v2 :smile:
Can you use `net.SplitHostPort` ? and make the default port `22`
This will break v1, it's gonna be in v2 Alternately if you want to connect to a custom port u can do: ``` user := "user" addr := "127.0.0.1" port...
You can: ``` // Start new ssh connection with private key. auth, err := goph.Key("/home/mohamed/.ssh/id_rsa", "") if err != nil { log.Fatal(err) } pass := goph.Password("Password_HERE") // Add password to...
This because sudo asks for root password and never gets one, you can connect via root if you want to run commands with root privileges.