parent
ee2786a2a1
commit
8376ac354a
|
@ -3,6 +3,9 @@
|
|||
- markus@cvs.openbsd.org 2001/04/20 16:32:22
|
||||
[uidswap.c]
|
||||
set non-privileged gid before uid; tholo@ and deraadt@
|
||||
- mouring@cvs.openbsd.org 2001/04/21 00:55:57
|
||||
[sftp.1]
|
||||
Spelling
|
||||
|
||||
20010421
|
||||
- OpenBSD CVS Sync
|
||||
|
@ -5206,4 +5209,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1153 2001/04/22 17:08:00 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1154 2001/04/22 17:10:11 mouring Exp $
|
||||
|
|
4
sftp.1
4
sftp.1
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: sftp.1,v 1.15 2001/04/12 23:17:54 mouring Exp $
|
||||
.\" $OpenBSD: sftp.1,v 1.16 2001/04/21 00:55:57 mouring Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||
.\"
|
||||
|
@ -53,7 +53,7 @@ connects and logs into the specified
|
|||
then enters an interactive command mode.
|
||||
.Pp
|
||||
The second usage format will fetch files automaticly if a non-interactive
|
||||
authentication is used, else it do so after an interactive authenication
|
||||
authentication is used, else it do so after an interactive authentication
|
||||
is used.
|
||||
.Pp
|
||||
The last usage format allows the sftp client to start in a remote directory.
|
||||
|
|
Loading…
Reference in New Issue