summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.114
1 files changed, 9 insertions, 5 deletions
diff --git a/sftp.1 b/sftp.1
index 6d69472e1..a305b37d1 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.131 2020/04/23 21:28:09 jmc 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 23 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
@@ -197,6 +197,10 @@ This option is directly passed to
197.Xr ssh 1 . 197.Xr ssh 1 .
198.It Fl l Ar limit 198.It Fl l Ar limit
199Limits the used bandwidth, specified in Kbit/s. 199Limits the used bandwidth, specified in Kbit/s.
200.It Fl N
201Disables quiet mode, e.g. to override the implicit quiet mode set by the
202.Fl b
203flag.
200.It Fl o Ar ssh_option 204.It Fl o Ar ssh_option
201Can be used to pass options to 205Can be used to pass options to
202.Nm ssh 206.Nm ssh
@@ -631,7 +635,7 @@ Equivalent to
631with the 635with the
632.Fl a 636.Fl a
633flag set. 637flag set.
634.It Ic rename Ar oldpath Ar newpath 638.It Ic rename Ar oldpath newpath
635Rename remote file from 639Rename remote file from
636.Ar oldpath 640.Ar oldpath
637to 641to
@@ -642,7 +646,7 @@ Delete remote file specified by
642.It Ic rmdir Ar path 646.It Ic rmdir Ar path
643Remove remote directory specified by 647Remove remote directory specified by
644.Ar path . 648.Ar path .
645.It Ic symlink Ar oldpath Ar newpath 649.It Ic symlink Ar oldpath newpath
646Create a symbolic link from 650Create a symbolic link from
647.Ar oldpath 651.Ar oldpath
648to 652to