72641eb7d7
Enhance file transfer capabilities by introducing support for multiple source paths and recursive directory transfers in FileController and LocalFileService. Updated TransferRequest to accommodate new fields, improved error handling, and refined UI interactions in app.js for better user experience during file operations.
liu2026-02-03 22:41:56 +08:00
765c6f0021
Update docker-compose.yml to use user home directory for data and logs mapping; fix CSS and JS file paths in index.html for consistent resource loading.
liu2026-02-03 11:47:48 +08:00
f3b6d6d948
Update Dockerfile to use Maven image with domestic repository settings for improved dependency download speed.
liu2026-02-03 11:40:24 +08:00
caf0d97903
Refactor Docker setup and enhance file transfer progress handling. Updated Dockerfile for multi-stage builds, modified docker-compose.yml to include image and container name, and improved progress bar functionality in app.js for better user feedback during file transfers.
liu2026-02-03 11:35:29 +08:00
7e288f7c90
Enhance file transfer functionality by updating error handling in FileController and improving UI interactions in index.html and app.js. Added specific error messages for different transfer scenarios and refactored transfer functions for clarity and usability.
liu2026-02-03 11:18:14 +08:00
96f78dea87
Refactor file transfer progress handling in app.js and update UI elements in index.html and style.css. Introduced a unified transfer progress display for uploads, downloads, and cross-panel transfers, enhancing user experience and visual feedback.
liu2026-02-03 10:35:59 +08:00
9f72ff5a48
Refactor error handling in FileController and enhance file rendering logic in app.js. Improved error messages and added checks for data structure integrity. Updated connection handling to maintain independent selections for SFTP connections across panels.
liu2026-02-03 10:23:00 +08:00
4f5e135091
Update service port from 8080 to 48081 in docker-compose, application configurations, and README documentation.
liu2026-02-03 10:14:08 +08:00