mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- dtucker@cvs.openbsd.org 2010/05/05 04:22:09
[sftp.c] restore mput and mget which got lost in the tab-completion changes. found by Kenneth Whitaker, ok djm@
This commit is contained in:
parent
2725c2193b
commit
099fc1634e
@ -27,6 +27,10 @@
|
|||||||
- djm@cvs.openbsd.org 2010/05/01 02:50:50
|
- djm@cvs.openbsd.org 2010/05/01 02:50:50
|
||||||
[PROTOCOL.certkeys]
|
[PROTOCOL.certkeys]
|
||||||
typo; jmeltzer@
|
typo; jmeltzer@
|
||||||
|
- dtucker@cvs.openbsd.org 2010/05/05 04:22:09
|
||||||
|
[sftp.c]
|
||||||
|
restore mput and mget which got lost in the tab-completion changes.
|
||||||
|
found by Kenneth Whitaker, ok djm@
|
||||||
|
|
||||||
20100423
|
20100423
|
||||||
- (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir
|
- (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir
|
||||||
|
4
sftp.c
4
sftp.c
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: sftp.c,v 1.123 2010/01/27 19:21:39 djm Exp $ */
|
/* $OpenBSD: sftp.c,v 1.124 2010/05/05 04:22:09 dtucker Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
|
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
|
||||||
*
|
*
|
||||||
@ -181,6 +181,8 @@ static const struct CMD cmds[] = {
|
|||||||
{ "ls", I_LS, REMOTE },
|
{ "ls", I_LS, REMOTE },
|
||||||
{ "lumask", I_LUMASK, NOARGS },
|
{ "lumask", I_LUMASK, NOARGS },
|
||||||
{ "mkdir", I_MKDIR, REMOTE },
|
{ "mkdir", I_MKDIR, REMOTE },
|
||||||
|
{ "mget", I_GET, REMOTE },
|
||||||
|
{ "mput", I_PUT, LOCAL },
|
||||||
{ "progress", I_PROGRESS, NOARGS },
|
{ "progress", I_PROGRESS, NOARGS },
|
||||||
{ "put", I_PUT, LOCAL },
|
{ "put", I_PUT, LOCAL },
|
||||||
{ "pwd", I_PWD, REMOTE },
|
{ "pwd", I_PWD, REMOTE },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user