Skip to content

v3.7.5 — bug fixes

Choose a tag to compare

@gekap gekap released this 24 Jun 11:57

Bug fixes

  • Windows: copies no longer crash. Preserving file mode (the default) called the POSIX-only os.fchmod, which crashed large-file copies on Windows — including copies to UNC \\host\share destinations. Mode is now applied via a path-based chmod fallback.
  • GUI: credentials are never written in cleartext. Cancelling the encryption passphrase prompt now refuses the save (rolled back) instead of storing passwords/keys unencrypted. Deselecting every preserve option now means "preserve nothing".
  • Clean errors. A read-only or permission-denied destination reports a single-line error instead of a raw Python traceback.

Upgrade with fast_copy --update, or download a binary below.