folder-transfer v0.15.1
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— Rustft.exefor Windows (+server.example.json).ft-0.15.1-x86_64-linux.tar.gz— Rustftfor Linux, static musl (+server.example.json).
What's new
-
No subcommand needed — point
ftat a folder or a JSON, PowerShell-style. The first
argument is auto-routed:ft server.example.jsonorft C:\data→ serveft ft-download-Name.json D:\incoming→ receive (2nd arg = destination)
ft serve/ft getstill work if you want to be explicit; extra flags (--port,--once, …)
still override the JSON. -
server.example.jsonincluded in the Rust archives — a ready, fully-commented server config
(same keys as the PowerShellft-server.ps1). It runs out of the box:
ft server.example.json(edit thefolderslist to taste).
See CHANGELOG.md.