mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
add -4 and -6 options to use either IPv4 or IPv6
This commit is contained in:
@@ -6,7 +6,7 @@ mscp \- copy files over multiple SSH connections
|
||||
.SH SYNOPSIS
|
||||
|
||||
.B mscp
|
||||
.RB [ \-vqDpHdNh ]
|
||||
.RB [ \-46vqDpHdNh ]
|
||||
[\c
|
||||
.BI \-n \ NR_CONNECTIONS\c
|
||||
]
|
||||
@@ -150,6 +150,14 @@ Specifies the buffer size for I/O and transfer over SFTP. The default
|
||||
value is 16384. Note that the SSH specification restricts buffer size
|
||||
delivered over SSH. Changing this value is not recommended at present.
|
||||
|
||||
.TP
|
||||
.B \-4
|
||||
Uses IPv4 addresses only.
|
||||
|
||||
.TP
|
||||
.B \-6
|
||||
Uses IPv6 addresses only.
|
||||
|
||||
.TP
|
||||
.B \-v
|
||||
Increments the verbose output level.
|
||||
|
||||
10
doc/mscp.rst
10
doc/mscp.rst
@@ -2,7 +2,7 @@
|
||||
MSCP
|
||||
====
|
||||
|
||||
:Date: v0.1.3-22-g9608400
|
||||
:Date: v0.1.3-23-ga9c59f7
|
||||
|
||||
NAME
|
||||
====
|
||||
@@ -12,7 +12,7 @@ mscp - copy files over multiple SSH connections
|
||||
SYNOPSIS
|
||||
========
|
||||
|
||||
**mscp** [**-vqDpHdNh**] [ **-n**\ *NR_CONNECTIONS* ] [
|
||||
**mscp** [**-46vqDpHdNh**] [ **-n**\ *NR_CONNECTIONS* ] [
|
||||
**-m**\ *COREMASK* ] [ **-u**\ *MAX_STARTUPS* ] [ **-I**\ *INTERVAL* ] [
|
||||
**-s**\ *MIN_CHUNK_SIZE* ] [ **-S**\ *MAX_CHUNK_SIZE* ] [
|
||||
**-a**\ *NR_AHEAD* ] [ **-b**\ *BUF_SIZE* ] [ **-l**\ *LOGIN_NAME* ] [
|
||||
@@ -87,6 +87,12 @@ OPTIONS
|
||||
delivered over SSH. Changing this value is not recommended at
|
||||
present.
|
||||
|
||||
**-4**
|
||||
Uses IPv4 addresses only.
|
||||
|
||||
**-6**
|
||||
Uses IPv6 addresses only.
|
||||
|
||||
**-v**
|
||||
Increments the verbose output level.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user