From ecb8f3e2195e3ce77392b741ff56bae3c57b511c Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 9 Oct 2023 16:30:52 +1100 Subject: [PATCH 1/1] Include comment for earlier sftp version. --- dupltool | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dupltool b/dupltool index c72b2c7..eda2dd8 100755 --- a/dupltool +++ b/dupltool @@ -43,7 +43,8 @@ THISMONTH="$(date -u "+%Y%m")" # UTC date SFTP="${STORE##pexpect+scp://}" HOST="${SFTP%%/*}" REMOTEDIR="${SFTP#*/}" -SFTP="sftp://$SFTP" +SFTP="sftp://$SFTP" # openssh-client=1:8.4p1-5+deb11u1 +#SFTP="$HOST:$REMOTEDIR" # openssh-client=1:7.6p1-4ubuntu0.7 # Obtain remote pathnames with from-to prefix in reverse date order, # i.e., newest first. -- 2.39.2