Skip to content

Tags: acts-1631/mscp

Tags

v0.2.4

Toggle v0.2.4's commit message
Release v0.2.4

* fix password auth does not work (issue upa#36)
* add Debian and Devuan to the install dep script (pr upa#38)
* fallback to default terminal size on no tty (pr upa#39)

v0.2.3

Toggle v0.2.3's commit message
Release v0.2.3

* bump libssh version to 0.11.2 (upa#25)
* adopt new AIO read API of libssh
* fix path handling when remote dst path has suffix '/' (upa#24)
* fix remote path handling including '~' (partially)
* try pubkey auth first to avoid PerSourcePenalties
* remove the single-binary version of mscp from release

v0.2.2

Toggle v0.2.2's commit message
Release v0.2.2

v0.2.1

Toggle v0.2.1's commit message
Release v0.2.1

  * fix broken checkpoint files when copying multiple files (upa#16)
  * fix broken password inputs for resume transfers (upa#17 and upa#18)
  * add support [kKmMgG] units for -s, -S, and -b options (upa#20)
  * change the default min chunk size to 16MB (upa#20)
  * change the default max chunk size to filesize / (nr_conn * 4) (upa#20)
  * -s and -S accept integers other than multiples of page sizes (upa#20)
  * help now shows available ciphers and HMACs (upa#20)

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0

  * add -J DESTINATION option for ProxyJump (upa#15)
  * add -o SSH_OPTION option
  * add -L LIMIT_BITRATE option (upa#14)
  * add keyboard interactive authentication support. Also, we have manually
    tested that mscp works with cisco DUO MFA (upa#2)
  * remove -H disable host key check option (ssh_config or -o option can do
    this instead)
  * fix copying files of permission r--r--r--
  * update github actions: checkout v3 to v4, and codeql from v2 to v3
  * add ubuntu 24.04 test

v0.1.5

Toggle v0.1.5's commit message
Release v0.1.5

  * add support for resuming failed transfer (upa#5 and upa#10)
  * remove the list structure derived from the linux kernel and refactoring
    for this change.
  * add and fix test cases (changing port number and number of connections)

v0.1.4

Toggle v0.1.4's commit message
Release v0.1.4

  * add a test for builds on FreeBSD
  * updat container images for tests
  * dropp support for Python bindings
  * clean up error message handling
  * add MSCP_SSH_AUTH_PASSWORD/PASSPHRASE environment variables
    to pass passwords to MSCP without interactive input (issue upa#9)
  * add a -p option to preserve timestamps
  * add -4 and -6 options to use IPv4 or IPv6, respectively
  * introduc .clang-format, which is derived from the Linux kernel
  * fix the manpage

v0.1.3

Toggle v0.1.3's commit message
Release v0.1.3

  * add -I option for inserting intervals between SSH attempts (issue upa#7)
  * add -P option, equivalent to -p (just for compatibility)
  * update libssh to 0.10.6-2-g6f1b1e76 for security fixes
  * cleanup warning messages for scanning source fails
  * fix wrong destination paths for source paths under '/' (issue upa#8)
  * reduce memory footprint for coping many (e.g., over 100k) files (issue upa#8)
  * add SPDX-License-Identifer to the source files
  * add manpage

v0.1.2

Toggle v0.1.2's commit message
Release v0.1.2

- add -g option to set congestion control algorithms
- change appearance of the progress bar (print the first decimal place)
- use rolling averages for calculating ETA
- fix handling IPv6 "[x::x]" notation in user@host:path (Issue upa#6)

v0.1.1

Toggle v0.1.1's commit message
Release v0.1.1

- fix fatal mistaking int for off_t