summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-01-21 10:58:47 +1100
committerDamien Miller <djm@mindrot.org>2004-01-21 10:58:47 +1100
commit44f75c14f6f1eacfe6e1c98eae742019de24ad6a (patch)
treec0e6e41441881c57b9bdd66bb43fab41d0814a37 /sftp.1
parenta8df9248cea285d1a6d6d1ec8d33a24f208fdc42 (diff)
- djm@cvs.openbsd.org 2004/01/13 09:25:05
[sftp-int.c sftp.1 sftp.c] Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and enable use of "-b -" to accept batchfile from stdin; ok markus@
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.19
1 files changed, 7 insertions, 2 deletions
diff --git a/sftp.1 b/sftp.1
index 8563e2bdd..cfa2e10b3 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.49 2003/12/16 15:49:51 markus Exp $ 1.\" $OpenBSD: sftp.1,v 1.50 2004/01/13 09:25:05 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -99,7 +99,12 @@ Batch mode reads a series of commands from an input
99instead of 99instead of
100.Em stdin . 100.Em stdin .
101Since it lacks user interaction it should be used in conjunction with 101Since it lacks user interaction it should be used in conjunction with
102non-interactive authentication. 102non-interactive authentication.
103A
104.Ar batchfile
105of
106.Sq Ic \-
107may be used to indicate standard input.
103.Nm 108.Nm
104will abort if any of the following 109will abort if any of the following
105commands fail: 110commands fail: