-# $OpenBSD: scp.sh,v 1.16 2022/10/30 18:42:07 dtucker Exp $
+# $OpenBSD: scp.sh,v 1.17 2023/01/06 07:18:18 djm Exp $
# Placed in the Public Domain.
tid="scp"
else
scpopts="-s -D ${SFTPSERVER}"
fi
- verbose "tid: simple copy local file to local file"
+ verbose "$tag: simple copy local file to local file"
scpclean
$SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
cmp ${DATA} ${COPY} || fail "corrupted copy"