Include comment for earlier sftp version.
authorRalph Ronnquist <rrq@rrq.au>
Mon, 9 Oct 2023 05:30:52 +0000 (16:30 +1100)
committerRalph Ronnquist <rrq@rrq.au>
Mon, 9 Oct 2023 05:30:52 +0000 (16:30 +1100)
dupltool

index c72b2c7618f6bd94ce809b6e9c2aadd52d354421..eda2dd854f37981f2071da997eee09de564c7355 100755 (executable)
--- 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.