[PR #2413] [MERGED] #2412 Refractor file transfer, always compress folder and transfer #3761

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2413
Author: @zxdong262
Created: 3/28/2022
Status: Merged
Merged: 3/28/2022
Merged by: @zxdong262

Base: masterHead: transfer-fix


📝 Commits (1)

  • 782861e Refractor file transfer, always compress folder and transfer

📊 Changes

29 files changed (+123 additions, -63 deletions)

View changed files

📝 src/app/common/uid.js (+2 -2)
📝 src/client/common/db.js (+1 -1)
📝 src/client/common/fetch-from-server.js (+1 -1)
📝 src/client/common/new-terminal.js (+1 -1)
📝 src/client/common/sftp.js (+1 -1)
📝 src/client/common/transfer.js (+1 -1)
src/client/common/uid.js (+5 -0)
📝 src/client/common/upgrade.js (+1 -1)
📝 src/client/common/ws.js (+1 -1)
📝 src/client/components/bookmark-form/quick-command.jsx (+1 -1)
📝 src/client/components/bookmark-form/ssh-form.jsx (+1 -1)
📝 src/client/components/common/resize-wrap.jsx (+1 -1)
📝 src/client/components/quick-commands/quick-commands-form.jsx (+1 -1)
📝 src/client/components/session/index.jsx (+1 -1)
📝 src/client/components/setting-panel/tree-list.jsx (+1 -1)
📝 src/client/components/sftp/file-item.jsx (+14 -29)
📝 src/client/components/sftp/file-read.js (+1 -1)
📝 src/client/components/sftp/list-table-ui.jsx (+1 -1)
📝 src/client/components/sftp/sftp-entry.jsx (+1 -1)
📝 src/client/components/sftp/transfer-conflict.jsx (+3 -1)

...and 9 more files

📄 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/2413 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/28/2022 **Status:** ✅ Merged **Merged:** 3/28/2022 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `transfer-fix` --- ### 📝 Commits (1) - [`782861e`](https://github.com/electerm/electerm/commit/782861ee90e30da7e82a76d9c38d260112e4728b) Refractor file transfer, always compress folder and transfer ### 📊 Changes **29 files changed** (+123 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `src/app/common/uid.js` (+2 -2) 📝 `src/client/common/db.js` (+1 -1) 📝 `src/client/common/fetch-from-server.js` (+1 -1) 📝 `src/client/common/new-terminal.js` (+1 -1) 📝 `src/client/common/sftp.js` (+1 -1) 📝 `src/client/common/transfer.js` (+1 -1) ➕ `src/client/common/uid.js` (+5 -0) 📝 `src/client/common/upgrade.js` (+1 -1) 📝 `src/client/common/ws.js` (+1 -1) 📝 `src/client/components/bookmark-form/quick-command.jsx` (+1 -1) 📝 `src/client/components/bookmark-form/ssh-form.jsx` (+1 -1) 📝 `src/client/components/common/resize-wrap.jsx` (+1 -1) 📝 `src/client/components/quick-commands/quick-commands-form.jsx` (+1 -1) 📝 `src/client/components/session/index.jsx` (+1 -1) 📝 `src/client/components/setting-panel/tree-list.jsx` (+1 -1) 📝 `src/client/components/sftp/file-item.jsx` (+14 -29) 📝 `src/client/components/sftp/file-read.js` (+1 -1) 📝 `src/client/components/sftp/list-table-ui.jsx` (+1 -1) 📝 `src/client/components/sftp/sftp-entry.jsx` (+1 -1) 📝 `src/client/components/sftp/transfer-conflict.jsx` (+3 -1) _...and 9 more files_ </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:53:41 +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#3761
No description provided.