[PR #1825] [MERGED] fix #1446 fix: Rewrite sftp module, better performance #3632

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1825
Author: @zxdong262
Created: 9/23/2020
Status: Merged
Merged: 9/23/2020
Merged by: @zxdong262

Base: masterHead: sftp


📝 Commits (5)

📊 Changes

26 files changed (+2503 additions, -1371 deletions)

View changed files

📝 package-lock.json (+571 -78)
📝 package.json (+4 -2)
📝 src/app/server/remote-common.js (+1 -1)
📝 src/client/common/constants.js (+5 -3)
📝 src/client/components/session/index.jsx (+1 -1)
src/client/components/sftp/confirm-list.jsx (+0 -582)
src/client/components/sftp/confirm-modal.jsx (+162 -0)
📝 src/client/components/sftp/file-item.jsx (+106 -142)
src/client/components/sftp/file-ops.jsx (+0 -81)
📝 src/client/components/sftp/file-read.js (+16 -0)
src/client/components/sftp/file-transfer-trigger.jsx (+0 -24)
src/client/components/sftp/list-table-ui.jsx (+519 -0)
📝 src/client/components/sftp/sftp-entry.jsx (+51 -70)
📝 src/client/components/sftp/sftp.styl (+0 -39)
src/client/components/sftp/transfer-conflict.jsx (+290 -0)
src/client/components/sftp/transfer-tag.jsx (+39 -0)
src/client/components/sftp/transfer-tag.styl (+11 -0)
src/client/components/sftp/transfer.styl (+51 -0)
src/client/components/sftp/transport-action.jsx (+268 -0)
src/client/components/sftp/transport-ui.jsx (+87 -0)

...and 6 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/1825 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 9/23/2020 **Status:** ✅ Merged **Merged:** 9/23/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `sftp` --- ### 📝 Commits (5) - [`8e7cb36`](https://github.com/electerm/electerm/commit/8e7cb36372cb6c5473e7b075273a105bd5697c21) save - [`161c8cc`](https://github.com/electerm/electerm/commit/161c8ccbf049712f2690e329abccb5f3c991a016) Merge branch 'master' of github.com:electerm/electerm into sftp - [`e5363cf`](https://github.com/electerm/electerm/commit/e5363cfb21e60caaae267081faf16f3e9b2ecf0c) save - [`7cfc4c6`](https://github.com/electerm/electerm/commit/7cfc4c6327b83179aab6b23ccb084757cc5d2586) fix #1446 fix: Rewrite sftp module, better performance - [`c758fc8`](https://github.com/electerm/electerm/commit/c758fc82d972c8c93b88478fc6b79da8a1c9b9ee) fix ### 📊 Changes **26 files changed** (+2503 additions, -1371 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+571 -78) 📝 `package.json` (+4 -2) 📝 `src/app/server/remote-common.js` (+1 -1) 📝 `src/client/common/constants.js` (+5 -3) 📝 `src/client/components/session/index.jsx` (+1 -1) ➖ `src/client/components/sftp/confirm-list.jsx` (+0 -582) ➕ `src/client/components/sftp/confirm-modal.jsx` (+162 -0) 📝 `src/client/components/sftp/file-item.jsx` (+106 -142) ➖ `src/client/components/sftp/file-ops.jsx` (+0 -81) 📝 `src/client/components/sftp/file-read.js` (+16 -0) ➖ `src/client/components/sftp/file-transfer-trigger.jsx` (+0 -24) ➕ `src/client/components/sftp/list-table-ui.jsx` (+519 -0) 📝 `src/client/components/sftp/sftp-entry.jsx` (+51 -70) 📝 `src/client/components/sftp/sftp.styl` (+0 -39) ➕ `src/client/components/sftp/transfer-conflict.jsx` (+290 -0) ➕ `src/client/components/sftp/transfer-tag.jsx` (+39 -0) ➕ `src/client/components/sftp/transfer-tag.styl` (+11 -0) ➕ `src/client/components/sftp/transfer.styl` (+51 -0) ➕ `src/client/components/sftp/transport-action.jsx` (+268 -0) ➕ `src/client/components/sftp/transport-ui.jsx` (+87 -0) _...and 6 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:13 +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#3632
No description provided.