Missing --stats flag for transfer statistics summary #98

Closed
opened 2026-07-21 16:19:56 +02:00 by TapTap · 1 comment
Owner

Description

--progress shows live speed, but there is no --stats to show a final summary (files transferred, bytes, compression ratio, errors, etc.).

Location

src/client/client_send.c

Suggested Fix

Add --stats flag. 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.

## Description `--progress` shows live speed, but there is no `--stats` to show a final summary (files transferred, bytes, compression ratio, errors, etc.). ## Location src/client/client_send.c ## Suggested Fix Add `--stats` flag. 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._
Author
Owner

Fixed in PR #148 — merged into main on 2026-07-29.

Fixed in PR #148 — merged into main on 2026-07-29.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TapTap/FastSync#98