Skip to content

folder-transfer v0.15.1

Choose a tag to compare

@lotgon lotgon released this 29 Jun 13:04

folder-transfer v0.15.1

Quality-of-life update to the Rust ft port. PowerShell scripts unchanged.

Artifacts

  • folder-transfer-0.15.1.zip — the PowerShell sender (reference implementation).
  • ft-0.15.1-x86_64-windows.zip — Rust ft.exe for Windows (+ server.example.json).
  • ft-0.15.1-x86_64-linux.tar.gz — Rust ft for Linux, static musl (+ server.example.json).

What's new

  • No subcommand needed — point ft at a folder or a JSON, PowerShell-style. The first
    argument is auto-routed:

    • ft server.example.json or ft C:\dataserve
    • ft ft-download-Name.json D:\incomingreceive (2nd arg = destination)

    ft serve / ft get still work if you want to be explicit; extra flags (--port, --once, …)
    still override the JSON.

  • server.example.json included in the Rust archives — a ready, fully-commented server config
    (same keys as the PowerShell ft-server.ps1). It runs out of the box:
    ft server.example.json (edit the folders list to taste).

See CHANGELOG.md.