vm-bench/frontend/templates
Claus Lohmar 837e674195 feat: SCP Pull page for large files from remote servers
New /scp page with form for host, user, password, remote path.
Runs scp via sshpass in background with progress polling.
Files go to /mnt/converter/in/{session_id}/ for multi-user isolation.

- Added sshpass + openssh-client to frontend installer
- scp.html template with full form + progress bar
- POST /scp/start — launches background SCP via sshpass -e
- GET /scp/progress/{sid}/{file} — polls file size + speed
- 'SCP Pull (+10 GB)' button on start page
2026-07-22 05:52:01 +00:00
..
_analysis.html fix: innerHTML script execution bug — confirm form and polling now work 2026-07-21 18:43:16 +00:00
base.html chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
index.html feat: SCP Pull page for large files from remote servers 2026-07-22 05:52:01 +00:00
polling.html fix: innerHTML script execution bug — confirm form and polling now work 2026-07-21 18:43:16 +00:00
scp.html feat: SCP Pull page for large files from remote servers 2026-07-22 05:52:01 +00:00