diff options
author | djm <djm> | 2003-01-10 10:40:00 +0000 |
---|---|---|
committer | djm <djm> | 2003-01-10 10:40:00 +0000 |
commit | 891bb85f13dbf77c05b3c6ef707e9f4ec7cc0af1 (patch) | |
tree | 172669eadc47f37f3ac95a30a7d61a854433028e /sftp.1 | |
parent | 0c42c00b8a3462145e87efb50e3495338bb0b6a0 (diff) | |
download | openssh-891bb85f13dbf77c05b3c6ef707e9f4ec7cc0af1.tar.gz |
- (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.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.38 2003/01/07 23:42:54 fgsch Exp $ +.\" $OpenBSD: sftp.1,v 1.39 2003/01/08 23:53:26 djm Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -77,9 +77,16 @@ non-interactive authentication. will abort if any of the following commands fail: .Ic get , put , rename , ln , -.Ic rm , mkdir , chdir , lchdir +.Ic rm , mkdir , chdir , ls , +.Ic lchdir , chmod , chown , chgrp , lpwd and .Ic lmkdir . +Termination on error can be suppressed on a command by command basis by +prefixing the command with a +.Ic '-' +character (For example, +.Ic -rm /tmp/blah* +). .It Fl o Ar ssh_option Can be used to pass options to .Nm ssh |