mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-27 08:02:36 +00:00
A remote workspace's Files tree took uploads by drag-and-drop but had no way to bring a file back. Right-click a file -> Download now reads it through Host::read_file and saves it into this machine's Downloads folder, named and numbered the way the SFTP panel's Download does. Capped at the same ~63 MB as uploads (one control frame); an oversized file is refused up front with the limit and nothing is transferred. Local trees keep Reveal in that slot; folders are not offered. Closes #723