summaryrefslogtreecommitdiff
path: root/sftp.1
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 /sftp.1
parenta03849879738baab97dee7ca85d3fdb3a39ba896 (diff)
- stevesk@cvs.openbsd.org 2001/03/08 20:44:48
[sftp.1] spelling, cleanup; ok deraadt@
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.117
1 files changed, 10 insertions, 7 deletions
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 ,