search for: pqrvbc1246

Displaying 3 results from an estimated 3 matches for "pqrvbc1246".

2001 Sep 08
1
force SSH1 and SSH2
...isible flags. */ + case '1': + case '2': case '4': case '6': case 'C': @@ -958,7 +960,7 @@ usage() { (void) fprintf(stderr, "usage: scp " - "[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2\n" + "[-pqrvBC1246] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2\n" " or: scp [options] f1 ... fn directory\n"); exit(1); } --- ./scp.1.org Sun Sep 9 00:03:53 2001 +++ ./scp.1 Sun Sep 9 00:05:56 2001 @@ -19,7 +19,7 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp...
2002 Jan 27
5
[PATCH] Add scp -1 and -2 options to OpenSSH-3.0.2p1
...dargs(&args, "-oProtocol=2"); + break; case '4': case '6': case 'C': @@ -966,7 +973,7 @@ usage() { (void) fprintf(stderr, - "usage: scp [-pqrvBC46] [-F config] [-S ssh] [-P port] [-c cipher] [-i identity]\n" + "usage: scp [-pqrvBC1246] [-F config] [-S ssh] [-P port] [-c cipher] [-i identity]\n" " [-o option] f1 f2\n" " or: scp [options] f1 ... fn directory\n"); exit(1);
2002 Jul 13
0
[PATCH]: scp program improved
...; +.\" Patched: Miika Pekkarinen <miika at ihme.org> .\" .\" Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland .\" All rights reserved @@ -19,12 +20,13 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp -.Op Fl pqrvBC1246 +.Op Fl apqrvBC1246 .Op Fl F Ar ssh_config .Op Fl S Ar program .Op Fl P Ar port .Op Fl c Ar cipher .Op Fl i Ar identity_file +.Op Fl R Ar rate_limit .Op Fl o Ar ssh_option .Sm off .Oo @@ -59,6 +61,12 @@ .Pp The options are as follows: .Bl -tag -width Ds +.It Fl a +Sets resume mode on. Wh...