diff --git a/scp.c b/scp.c index 70f13be9..79d3f9ae 100644 --- a/scp.c +++ b/scp.c @@ -466,6 +466,8 @@ static void print_stats(char *name, unsigned long size, unsigned long done, if (done == size) printf("\n"); + + fflush(stdout); } }