mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
- fgsch@cvs.openbsd.org 2003/01/07 23:42:54
[sftp.1] add version; from Nils Nordman <nino at nforced dot com> via markus@. markus@ ok
This commit is contained in:
parent
770b374a68
commit
6342180b7f
@ -9,6 +9,10 @@
|
|||||||
[sftp-client.c]
|
[sftp-client.c]
|
||||||
Fix "get -p" download to not add user-write perm. mindrot bug #426
|
Fix "get -p" download to not add user-write perm. mindrot bug #426
|
||||||
reported by gfernandez@livevault.com; ok markus@
|
reported by gfernandez@livevault.com; ok markus@
|
||||||
|
- fgsch@cvs.openbsd.org 2003/01/07 23:42:54
|
||||||
|
[sftp.1]
|
||||||
|
add version; from Nils Nordman <nino at nforced dot com> via markus@.
|
||||||
|
markus@ ok
|
||||||
|
|
||||||
20030107
|
20030107
|
||||||
- (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses.
|
- (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses.
|
||||||
@ -954,4 +958,4 @@
|
|||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2552 2003/01/08 03:04:53 djm Exp $
|
$Id: ChangeLog,v 1.2553 2003/01/08 03:05:23 djm Exp $
|
||||||
|
6
sftp.1
6
sftp.1
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: sftp.1,v 1.37 2002/12/06 05:20:02 djm Exp $
|
.\" $OpenBSD: sftp.1,v 1.38 2003/01/07 23:42:54 fgsch Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -253,6 +253,10 @@ Create a symbolic link from
|
|||||||
.Ar oldpath
|
.Ar oldpath
|
||||||
to
|
to
|
||||||
.Ar newpath .
|
.Ar newpath .
|
||||||
|
.It Ic version
|
||||||
|
Display the
|
||||||
|
.Nm
|
||||||
|
protocol version.
|
||||||
.It Ic ! Ar command
|
.It Ic ! Ar command
|
||||||
Execute
|
Execute
|
||||||
.Ar command
|
.Ar command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user