do a scp test

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-13 20:25:46 -07:00
parent 277227c147
commit 0b39cd7752
1 changed files with 4 additions and 0 deletions

View File

@ -40,4 +40,8 @@ func main() {
return
}
shell.Write("/tmp/build.md5sum", md5sum)
sess := shell.SSH("mirrors.wit.com", 22, "jcarr", "")
shell.Scp(sess, filename, "/tmp/jcarr-testing")
}