Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-11 | adjust mscp.rst for v0.2.1 | Ryo Nakamura | |
2024-04-29 | default chunk size is filesize/(nr_conn*4) (Issue #20) | Ryo Nakamura | |
and clean-up chunk_sz related parts. | |||
2024-04-29 | manpage: improve descriptions for MaxStartups | Ryo Nakamura | |
2024-04-29 | man: add available values for -c -M and -g options | Ryo Nakamura | |
2024-04-26 | change default minimum chunk size to 16MB (Issue #20) | Ryo Nakamura | |
2024-04-15 | adjust mscp.rst for v0.2.0 | Ryo Nakamura | |
2024-04-14 | add -J proxyjump option (#15) | Ryo Nakamura | |
2024-04-13 | fix release-related parts | Ryo Nakamura | |
2024-04-13 | update manpage | Ryo Nakamura | |
2024-04-12 | add -o SSH_OPTION option | Ryo Nakamura | |
2024-04-11 | drop -H disable host key checking option | Ryo Nakamura | |
It can be done by ssh_config instead. | |||
2024-04-10 | add -L limit bitrate option (#14) | Ryo Nakamura | |
2024-03-14 | bump version to 0.1.5 | Ryo Nakamura | |
2024-03-12 | fix typo (#10) | Ryo Nakamura | |
2024-02-24 | update doc | Ryo Nakamura | |
2024-02-20 | update doc for checkpoint | Ryo Nakamura | |
2024-02-18 | add validate for path object and update manpage | Ryo Nakamura | |
2024-02-18 | update console output and doc | Ryo Nakamura | |
2024-02-07 | update doc/mscp.rst | Ryo Nakamura | |
2024-02-07 | bump version to 0.1.4 | Ryo Nakamura | |
2024-02-07 | fix manpage to add -g option | Ryo Nakamura | |
2024-02-07 | add -4 and -6 options to use either IPv4 or IPv6 | Ryo Nakamura | |
2024-02-07 | update man and doc for adjusting to -p option | Ryo Nakamura | |
2024-02-06 | add -p option, preserving file timestamps | Ryo Nakamura | |
2024-02-06 | add two env vars to pass password/keyphrase (#9) | Ryo Nakamura | |
MSCP_SSH_AUTH_PASSWORD passes a password, and MSCP_SSH_AUTH_PASSPHRASE passes a passphrase for publickey auth. They enable avoiding interactive password input. Test cases are also added. | |||
2024-02-04 | add doc/DEVELOP.md instead of doc/README.md | Ryo Nakamura | |
2024-01-18 | update doc version | Ryo Nakamura | |
and remove --dirty from git-describe-based versioning | |||
2024-01-14 | add manpage for mscp | Ryo Nakamura | |
doc/mscp.rst is generate from mscp.1 by make generate-mscp-rst. README is also updateded to reference doc/mscp.rst. |