summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
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