close scp connection after sending file
This commit is contained in:
parent
4afa434702
commit
dd23235c21
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -69,6 +69,7 @@ func gzipAndSend(l []byte) {
|
|||
fmt.Printf(err.Error() + "\n")
|
||||
return
|
||||
}
|
||||
defer client.Close()
|
||||
t := time.Now()
|
||||
date := t.Format("20060102150405")
|
||||
client.CopyFile(r, *filePrefix+date+".gz", "0644")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue