summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-10 21:40:00 +1100
committerDamien Miller <djm@mindrot.org>2003-01-10 21:40:00 +1100
commit956f3fb28b93420e87a51d1611029accebb2e43b (patch)
treed1f304e1bf833cef147bec2335b75187a93f9e98 /sftp.1
parenta8ed44b79e6dd78d7871b0fb8149951b54662ef5 (diff)
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2003/01/08 23:53:26 [sftp.1 sftp.c sftp-int.c sftp-int.h] Cleanup error handling for batchmode Allow blank lines and comments in input Ability to suppress abort on error in batchmode ("-put blah") Fixes mindrot bug #452; markus@ ok
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.111
1 files changed, 9 insertions, 2 deletions
diff --git a/sftp.1 b/sftp.1
index 60d46b1c2..67086bdaa 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.38 2003/01/07 23:42:54 fgsch Exp $ 1.\" $OpenBSD: sftp.1,v 1.39 2003/01/08 23:53:26 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -77,9 +77,16 @@ non-interactive authentication.
77will abort if any of the following 77will abort if any of the following
78commands fail: 78commands fail:
79.Ic get , put , rename , ln , 79.Ic get , put , rename , ln ,
80.Ic rm , mkdir , chdir , lchdir 80.Ic rm , mkdir , chdir , ls ,
81.Ic lchdir , chmod , chown , chgrp , lpwd
81and 82and
82.Ic lmkdir . 83.Ic lmkdir .
84Termination on error can be suppressed on a command by command basis by
85prefixing the command with a
86.Ic '-'
87character (For example,
88.Ic -rm /tmp/blah*
89).
83.It Fl o Ar ssh_option 90.It Fl o Ar ssh_option
84Can be used to pass options to 91Can be used to pass options to
85.Nm ssh 92.Nm ssh