diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-04-03 06:34:15 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-04-03 06:41:28 +0200 |
commit | 9cd40b829a5295cc81fbea8c7d632b2478db6274 (patch) | |
tree | f8c2b3d892bab8bbe7d761e76735ff76d4b70dcc /sftp.1 | |
parent | upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20 (diff) | |
download | openssh-9cd40b829a5295cc81fbea8c7d632b2478db6274.tar.xz openssh-9cd40b829a5295cc81fbea8c7d632b2478db6274.zip |
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.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.128 2019/11/30 07:07:59 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.129 2020/04/03 04:34:15 djm Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 30 2019 $ +.Dd $Mdocdate: April 3 2020 $ .Dt SFTP 1 .Os .Sh NAME @@ -30,7 +30,7 @@ .Nd OpenSSH secure file transfer .Sh SYNOPSIS .Nm sftp -.Op Fl 46aCfpqrv +.Op Fl 46aCfNpqrv .Op Fl B Ar buffer_size .Op Fl b Ar batchfile .Op Fl c Ar cipher @@ -275,6 +275,10 @@ For full details of the options listed below, and their possible values, see .El .It Fl P Ar port Specifies the port to connect to on the remote host. +.It Fl N +Disables quiet mode, e.g. to override the implicit quiet mode set by the +.Fl b +flag. .It Fl p Preserves modification times, access times, and modes from the original files transferred. |