Commit Graph

3 Commits

Author SHA1 Message Date
a4f4078551 refactor: remove unnecessary whitespace in SFTP service methods for cleaner code 2025-12-29 15:07:00 +08:00
2915b2c689 fix: SFTP download/upload use finish event to ensure data written 2025-12-29 15:06:18 +08:00
c0fe5b3321 Implement SFTP functionality and enhance UI/UX
- Added SFTP file management capabilities including list, upload, download, delete, and directory operations.
- Integrated SFTP progress callbacks to provide real-time feedback during file transfers.
- Updated the UI to include a dedicated SFTP browser and host information panel.
- Enhanced the sidebar and title bar with improved styling and animations for a cyberpunk theme.
- Refactored host management to support editing and connecting to hosts with a more intuitive interface.
- Updated package dependencies to support new features and improve performance.
2025-12-29 13:50:23 +08:00