Missing --stats flag for transfer statistics summary #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
--progressshows live speed, but there is no--statsto show a final summary (files transferred, bytes, compression ratio, errors, etc.).Location
src/client/client_send.c
Suggested Fix
Add
--statsflag. After transfer, print: files transferred, total bytes, compression ratio (if enabled), transfer rate, elapsed time, files skipped.Severity
low
Category
feature
Sub-Agent
feature-scout (FS-4)
This issue was automatically generated by the issue-creator agent.
Fixed in PR #148 — merged into main on 2026-07-29.