diff options
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
277 | Specifies the port to connect to on the remote host. | 277 | Specifies the port to connect to on the remote host. |
278 | .It Fl N | ||
279 | Disables quiet mode, e.g. to override the implicit quiet mode set by the | ||
280 | .Fl b | ||
281 | flag. | ||
278 | .It Fl p | 282 | .It Fl p |
279 | Preserves modification times, access times, and modes from the | 283 | Preserves modification times, access times, and modes from the |
280 | original files transferred. | 284 | original files transferred. |