$NetBSD$

--- apps/ssh/scp2.c.orig	2003-12-03 15:17:22.000000000 +0200
+++ apps/ssh/scp2.c
@@ -833,6 +833,7 @@ void scp_simple_progress_cb(SshFileCopyC
   
   fprintf(stdout, "%s | %4sB | %4sB/s | TOC: %s\r\n",
           file_name, num_buffer, tr_rate_buffer, toc_buffer);
+  fflush(stdout);
   ssh_xfree(file_name);
 }
 
