scp -l on man page?
Pekka Savola
pekkas at netcore.fi
Tue Jan 28 21:09:19 EST 2003
On Mon, 27 Jan 2003, Markus Friedl wrote:
> On Mon, Jan 27, 2003 at 02:18:38PM +0200, Pekka Savola wrote:
> > From here and from OpenBSD CVSweb interface, I note that scp -l has not
> > been yet documented in scp.1 manpage. I assume that was forgotten?
>
> i've been lazy. please send a patch :)
How about the attached?
(Note: I haven't tested the feature, I just made it based on a quick look
at the source..)
--
Pekka Savola "You each name yourselves king, yet the
Netcore Oy kingdom bleeds."
Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings
-------------- next part --------------
Index: scp.1
===================================================================
RCS file: /cvs/openssh/scp.1,v
retrieving revision 1.23
diff -u -r1.23 scp.1
--- scp.1 24 Jan 2003 00:37:38 -0000 1.23
+++ scp.1 28 Jan 2003 10:08:10 -0000
@@ -25,6 +25,7 @@
.Op Fl P Ar port
.Op Fl c Ar cipher
.Op Fl i Ar identity_file
+.Op Fl l Ar limit
.Op Fl o Ar ssh_option
.Sm off
.Oo
@@ -68,6 +69,9 @@
authentication is read.
This option is directly passed to
.Xr ssh 1 .
+.It Fl l Ar limit
+Limits the used bandwidth,
+specified in kilobytes per second.
.It Fl p
Preserves modification times, access times, and modes from the
original file.
More information about the openssh-unix-dev
mailing list