[sftp.1]
     spelling, cleanup; ok deraadt@
This commit is contained in:
Ben Lindstrom 2001-03-09 00:09:02 +00:00
Родитель a038498797
Коммит 283cb821cd
2 изменённых файлов: 14 добавлений и 8 удалений

Просмотреть файл

@ -3,6 +3,9 @@
- stevesk@cvs.openbsd.org 2001/03/08 18:47:12 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
[auth1.c] [auth1.c]
unused; ok markus@ unused; ok markus@
- stevesk@cvs.openbsd.org 2001/03/08 20:44:48
[sftp.1]
spelling, cleanup; ok deraadt@
20010308 20010308
- OpenBSD CVS Sync - OpenBSD CVS Sync
@ -4449,4 +4452,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.928 2001/03/08 20:37:22 mouring Exp $ $Id: ChangeLog,v 1.929 2001/03/09 00:09:02 mouring Exp $

17
sftp.1
Просмотреть файл

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.12 2001/03/07 10:11:23 djm Exp $ .\" $OpenBSD: sftp.1,v 1.13 2001/03/08 20:44:48 stevesk Exp $
.\" .\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\" .\"
@ -52,15 +52,17 @@ The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl b Ar batchfile .It Fl b Ar batchfile
Batch mode reads a series of commands from an input Batch mode reads a series of commands from an input
.Fn batchfile .Ar batchfile
instead of instead of
.Fn stdin . .Em stdin .
Since it lacks user interaction it should be used in conjuction with a Since it lacks user interaction it should be used in conjunction with
non-interactive authentication. Sftp will abort if any of the following non-interactive authentication.
.Nm
will abort if any of the following
commands fail: commands fail:
.Pa get, put, rename, ln, rm, mkdir, chdir, lchdir .Ic get , put , rename , ln , rm , mkdir , chdir , lchdir
and and
.Pa lmkdir. .Ic lmkdir .
.It Fl C .It Fl C
Enables compression (via ssh's Enables compression (via ssh's
.Fl C .Fl C
@ -195,6 +197,7 @@ Synonym for help.
Damien Miller <djm@mindrot.org> Damien Miller <djm@mindrot.org>
.Sh SEE ALSO .Sh SEE ALSO
.Xr ssh 1 , .Xr ssh 1 ,
.Xr sftp-server 8 ,
.Xr ssh-add 1 , .Xr ssh-add 1 ,
.Xr ssh-keygen 1 , .Xr ssh-keygen 1 ,
.Xr sshd 8 , .Xr sshd 8 ,