v3.7.5 — bug fixes
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\sharedestinations. Mode is now applied via a path-basedchmodfallback. - 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.