[BACK]Return to scp.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/scp.1 between version 1.54 and 1.55

version 1.54, 2010/11/18 15:01:00 version 1.55, 2010/12/08 22:46:03
Line 19 
Line 19 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm scp  .Nm scp
 .Bk -words  .Bk -words
 .Op Fl 1246BCpqrv  .Op Fl 12346BCpqrv
 .Op Fl c Ar cipher  .Op Fl c Ar cipher
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
Line 75 
Line 75 
 Forces  Forces
 .Nm  .Nm
 to use protocol 2.  to use protocol 2.
   .It Fl 3
   Copies between two remote hosts are transferred through the local host.
   Without this option the data is copied directly between the two remote
   hosts.
   Note that this options disables the progress meter.
 .It Fl 4  .It Fl 4
 Forces  Forces
 .Nm  .Nm

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55