summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-09 00:09:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-09 00:09:02 +0000
commit283cb821cda4e05b33a1e87854db276757e9fdf8 (patch)
treedbff31e861e2959ae00406b039c323175b5caffc
parenta03849879738baab97dee7ca85d3fdb3a39ba896 (diff)
- stevesk@cvs.openbsd.org 2001/03/08 20:44:48
[sftp.1] spelling, cleanup; ok deraadt@
-rw-r--r--ChangeLog5
-rw-r--r--sftp.117
2 files changed, 14 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 16e746303..e153b899d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12 3 - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
4 [auth1.c] 4 [auth1.c]
5 unused; ok markus@ 5 unused; ok markus@
6 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
7 [sftp.1]
8 spelling, cleanup; ok deraadt@
6 9
720010308 1020010308
8 - OpenBSD CVS Sync 11 - OpenBSD CVS Sync
@@ -4449,4 +4452,4 @@
4449 - Wrote replacements for strlcpy and mkdtemp 4452 - Wrote replacements for strlcpy and mkdtemp
4450 - Released 1.0pre1 4453 - Released 1.0pre1
4451 4454
4452$Id: ChangeLog,v 1.928 2001/03/08 20:37:22 mouring Exp $ 4455$Id: ChangeLog,v 1.929 2001/03/09 00:09:02 mouring Exp $
diff --git a/sftp.1 b/sftp.1
index 826a0ddf4..1c8040f5d 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.12 2001/03/07 10:11:23 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.13 2001/03/08 20:44:48 stevesk Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -52,15 +52,17 @@ The options are as follows:
52.Bl -tag -width Ds 52.Bl -tag -width Ds
53.It Fl b Ar batchfile 53.It Fl b Ar batchfile
54Batch mode reads a series of commands from an input 54Batch mode reads a series of commands from an input
55.Fn batchfile 55.Ar batchfile
56instead of 56instead of
57.Fn stdin . 57.Em stdin .
58Since it lacks user interaction it should be used in conjuction with a 58Since it lacks user interaction it should be used in conjunction with
59non-interactive authentication. Sftp will abort if any of the following 59non-interactive authentication.
60.Nm
61will abort if any of the following
60commands fail: 62commands fail:
61.Pa get, put, rename, ln, rm, mkdir, chdir, lchdir 63.Ic get , put , rename , ln , rm , mkdir , chdir , lchdir
62and 64and
63.Pa lmkdir. 65.Ic lmkdir .
64.It Fl C 66.It Fl C
65Enables compression (via ssh's 67Enables compression (via ssh's
66.Fl C 68.Fl C
@@ -195,6 +197,7 @@ Synonym for help.
195Damien Miller <djm@mindrot.org> 197Damien Miller <djm@mindrot.org>
196.Sh SEE ALSO 198.Sh SEE ALSO
197.Xr ssh 1 , 199.Xr ssh 1 ,
200.Xr sftp-server 8 ,
198.Xr ssh-add 1 , 201.Xr ssh-add 1 ,
199.Xr ssh-keygen 1 , 202.Xr ssh-keygen 1 ,
200.Xr sshd 8 , 203.Xr sshd 8 ,