[Bug 1265] SCP progress doesn't map to standard out or standard error

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Dec 1 03:43:18 EST 2006


http://bugzilla.mindrot.org/show_bug.cgi?id=1265

           Summary: SCP progress doesn't map to standard out or standard
                    error
           Product: Portable OpenSSH
           Version: 4.4p1
          Platform: PPC
        OS/Version: AIX
            Status: NEW
          Severity: minor
          Priority: P4
         Component: scp
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: junkmail at bitsculpture.com


When doing an scp using OpenSSH 4.4p1, 4.3p2 and 3.8 without mapping
standard error or standard out to a file, the progress of a transfer is
shown after the MOTD and password are entered.  If either standard out
or standard error are written to a file, then the progress is lost.

$scp file foo at bar:       
foo at bar's password: 
file                                         100%  126     0.1KB/s  
00:00


$scp file foo at bar: > log
foo at bar's password: 
$cat log
$


$scp file foo at bar: 2> log
foo at bar's password: 
$cat log
$




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the openssh-bugs mailing list