[PR #3953] [MERGED] Support compress and transfer folder to speed up transfer for folder with many small files and folders #3978

Closed
opened 2026-02-27 01:54:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3953
Author: @zxdong262
Created: 5/25/2025
Status: Merged
Merged: 5/25/2025
Merged by: @zxdong262

Base: masterHead: dev-zip-tr


📝 Commits (1)

  • 2467f01 Support compress and transfer folder to speed up transfer for folder with many small files and folders

📊 Changes

8 files changed (+348 additions, -24 deletions)

View changed files

📝 package-lock.json (+100 -7)
📝 package.json (+4 -3)
📝 src/app/lib/fs.js (+45 -2)
📝 src/app/lib/ipc-sync.js (+2 -0)
📝 src/client/components/file-transfer/transfer.jsx (+134 -9)
src/client/components/file-transfer/zip.js (+42 -0)
📝 src/client/components/sftp/file-item.jsx (+17 -1)
📝 src/client/components/sys-menu/icons-map.jsx (+4 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/3953 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 5/25/2025 **Status:** ✅ Merged **Merged:** 5/25/2025 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `dev-zip-tr` --- ### 📝 Commits (1) - [`2467f01`](https://github.com/electerm/electerm/commit/2467f010d939a5e7074e745b3f6df0af806b64d2) Support compress and transfer folder to speed up transfer for folder with many small files and folders ### 📊 Changes **8 files changed** (+348 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+100 -7) 📝 `package.json` (+4 -3) 📝 `src/app/lib/fs.js` (+45 -2) 📝 `src/app/lib/ipc-sync.js` (+2 -0) 📝 `src/client/components/file-transfer/transfer.jsx` (+134 -9) ➕ `src/client/components/file-transfer/zip.js` (+42 -0) 📝 `src/client/components/sftp/file-item.jsx` (+17 -1) 📝 `src/client/components/sys-menu/icons-map.jsx` (+4 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3978
No description provided.