summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-04-03 04:34:15 +0000
committerDamien Miller <djm@mindrot.org>2020-04-03 15:41:28 +1100
commit9cd40b829a5295cc81fbea8c7d632b2478db6274 (patch)
treef8c2b3d892bab8bbe7d761e76735ff76d4b70dcc /sftp.1
parent6ce51a5da5d333a44e7c74c027f3571f70c39b24 (diff)
upstream: Add a flag to re-enable verbose output when in batch
mode; requested in bz3135; ok dtucker OpenBSD-Commit-ID: 5ad2ed0e6440562ba9c84b666a5bbddc1afe2e2b
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.110
1 files changed, 7 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index 6d69472e1..146d706d8 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.128 2019/11/30 07:07:59 jmc Exp $ 1.\" $OpenBSD: sftp.1,v 1.129 2020/04/03 04:34:15 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: November 30 2019 $ 25.Dd $Mdocdate: April 3 2020 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -30,7 +30,7 @@
30.Nd OpenSSH secure file transfer 30.Nd OpenSSH secure file transfer
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm sftp 32.Nm sftp
33.Op Fl 46aCfpqrv 33.Op Fl 46aCfNpqrv
34.Op Fl B Ar buffer_size 34.Op Fl B Ar buffer_size
35.Op Fl b Ar batchfile 35.Op Fl b Ar batchfile
36.Op Fl c Ar cipher 36.Op Fl c Ar cipher
@@ -275,6 +275,10 @@ For full details of the options listed below, and their possible values, see
275.El 275.El
276.It Fl P Ar port 276.It Fl P Ar port
277Specifies the port to connect to on the remote host. 277Specifies the port to connect to on the remote host.
278.It Fl N
279Disables quiet mode, e.g. to override the implicit quiet mode set by the
280.Fl b
281flag.
278.It Fl p 282.It Fl p
279Preserves modification times, access times, and modes from the 283Preserves modification times, access times, and modes from the
280original files transferred. 284original files transferred.