All checks were successful
ci / build-test (push) Successful in 4m0s
Two issues from the previous lftp run: - "GetPass() failed -- assume anonymous login" / "Password required": without `-u USER,` (trailing comma = empty password), lftp tries to prompt for a password instead of relying on the ssh key passed via sftp:connect-program. - Heredoc body was indented with leading whitespace; lftp can mis- parse leading-whitespace lines as command continuations. Also bump verbosity (`debug 3`) so the ssh command lftp launches is logged — makes the next failure easier to read — and bound retries to 1 so we fail fast in CI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>