search for: pqrvbc46

Displaying 6 results from an estimated 6 matches for "pqrvbc46".

2002 Feb 05
3
COPY_SIZE #define
...cock/ -------------- next part -------------- diff -p -u openssh-3.0.2p1/scp.c openssh-3.0.2p1-mtb1/scp.c --- openssh-3.0.2p1/scp.c Sun Oct 21 20:53:59 2001 +++ openssh-3.0.2p1-mtb1/scp.c Tue Feb 5 11:18:46 2002 @@ -966,7 +966,7 @@ void usage() { (void) fprintf(stderr, - "usage: scp [-pqrvBC46] [-F config] [-S ssh] [-P port] [-c cipher] [-i identity]\n" + "usage: scp [-pqrvBC46] [-B bufsize] [-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...
2001 Sep 08
1
force SSH1 and SSH2
...c, argv, "dfprtvBCc:i:P:q1246S:o:")) != -1) switch (ch) { /* User-visible 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...
2003 Feb 03
1
No -b (bind) with SCP?
...fy the interface to transmit from on machines with multiple interfaces or aliased addresses. For ssh, but also looked in SCP manpage, didn't find anything, anyone know if this option will be supported in future versions of OpenSSH? $ scp -b scp: illegal option -- b usage: scp [-pqrvBC46] [-F config] [-S program] [-P port] [-c cipher] [-i identity] [-o option] [[user@]host1:]file1 [...] [[user@]host2:]file2 $ I have two IP's, one goes out cable, another DSL, ssh -b works fine for binding to either, but I would like to bind to a specific IP when I do SCP...
2002 Jan 27
5
[PATCH] Add scp -1 and -2 options to OpenSSH-3.0.2p1
...#39;1': + addargs(&args, "-oProtocol=1"); + break; + case '2': + addargs(&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);
2001 May 12
4
Erase the source file open; specify a tempfile name option
...ot;, np, strerror(wrerrno)); + if (*tmpfn) + unlink(tmpfn); + run_err("%s: %s", dest, strerror(wrerrno)); break; case NO: (void) atomicio(write, remout, "", 1); @@ -949,8 +979,8 @@ void usage() { - (void) fprintf(stderr, "usage: scp " - "[-pqrvBC46] [-S ssh] [-P port] [-c cipher] [-i identity] f1 f2\n" + (void) fprintf(stderr, "usage: scp [-pqrvBCE46] " + "[-S ssh] [-P port] [-c cipher] [-i id] [-T tmp] f1 f2\n" " or: scp [options] f1 ... fn directory\n"); exit(1); } ---8<------8<------8...
2002 Jul 13
0
[PATCH]: scp program improved
...= size; progressmeter(-1); } - statbytes = 0; - for (count = i = 0; i < size; i += 4096) { + for (count = 0; i < size; i += 4096) { amt = 4096; if (i + amt > size) amt = size - i; @@ -957,8 +1084,8 @@ usage(void) { (void) fprintf(stderr, - "usage: scp [-pqrvBC46] [-F config] [-S program] [-P port]\n" - " [-c cipher] [-i identity] [-o option]\n" + "usage: scp [-apqrvBC46] [-F config] [-S program] [-P port]\n" + " [-c cipher] [-i identity] [-R rate] [-o option]\n" " [[use...