sys/ssh - amend DownloadFile
This commit is contained in:
parent
7f9a155794
commit
487acaa917
|
@ -157,7 +157,7 @@ func (s *Ssh) DownloadFile(remoteFile string, localFile string, display bool, cl
|
||||||
if close {
|
if close {
|
||||||
defer scp.Close()
|
defer scp.Close()
|
||||||
}
|
}
|
||||||
if err := s.downloadFile(size, scp, remoteFile, localFile); err != nil {
|
if err := s.downloadFile(size, scp, remoteFile, localFile); err == nil {
|
||||||
done = sys.CheckSumFile(checksum, localFile)
|
done = sys.CheckSumFile(checksum, localFile)
|
||||||
if display {
|
if display {
|
||||||
echo.Cstyle("usageCom").Echo(" file downloaded !\n")
|
echo.Cstyle("usageCom").Echo(" file downloaded !\n")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user