upload testing

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-13 20:44:28 -07:00
parent 0b39cd7752
commit 9c7771e971
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@ func main() {
}
shell.Write("/tmp/build.md5sum", md5sum)
/*
// upload test
sess := shell.SSH("mirrors.wit.com", 22, "jcarr", "")
shell.Scp(sess, filename, "/tmp/jcarr-testing")
*/
}