[PR #3375] [MERGED] #3353 Refractor file transfer function, fix some file not upload issue #3895

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3375
Author: @zxdong262
Created: 4/21/2024
Status: Merged
Merged: 4/21/2024
Merged by: @zxdong262

Base: masterHead: test


📝 Commits (1)

  • 5ab262e #3353 refractor file transfer function, fix some file not upload issue [skip build]

📊 Changes

25 files changed (+1050 additions, -1179 deletions)

View changed files

📝 src/app/server/remote-common.js (+3 -2)
📝 src/client/common/constants.js (+3 -2)
📝 src/client/common/sftp.js (+3 -0)
📝 src/client/components/batch-op/batch-op.jsx (+1 -6)
📝 src/client/components/main/main.jsx (+14 -0)
📝 src/client/components/sftp/confirm-modal-store.jsx (+81 -50)
📝 src/client/components/sftp/file-item.jsx (+2 -0)
📝 src/client/components/sftp/sftp-entry.jsx (+21 -27)
src/client/components/sftp/transfer-conflict-store.jsx (+291 -0)
src/client/components/sftp/transfer-conflict.jsx (+0 -323)
src/client/components/sftp/transport-action-store.jsx (+430 -0)
src/client/components/sftp/transport-action.jsx (+0 -412)
src/client/components/sftp/transport-entry.jsx (+0 -108)
src/client/components/sftp/transport-types.js (+0 -8)
src/client/components/sftp/transports-action-store.jsx (+102 -0)
src/client/components/sftp/transports-action.jsx (+0 -111)
src/client/components/sftp/transports-ui-store.jsx (+30 -0)
src/client/components/sftp/transports-ui.jsx (+0 -93)
📝 src/client/components/sidebar/transfer-list-control.jsx (+5 -14)
📝 src/client/components/sidebar/transport-ui.jsx (+2 -12)

...and 5 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/3375 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 4/21/2024 **Status:** ✅ Merged **Merged:** 4/21/2024 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (1) - [`5ab262e`](https://github.com/electerm/electerm/commit/5ab262eb2d316475c12a015150f35a1236a8f5e0) #3353 refractor file transfer function, fix some file not upload issue [skip build] ### 📊 Changes **25 files changed** (+1050 additions, -1179 deletions) <details> <summary>View changed files</summary> 📝 `src/app/server/remote-common.js` (+3 -2) 📝 `src/client/common/constants.js` (+3 -2) 📝 `src/client/common/sftp.js` (+3 -0) 📝 `src/client/components/batch-op/batch-op.jsx` (+1 -6) 📝 `src/client/components/main/main.jsx` (+14 -0) 📝 `src/client/components/sftp/confirm-modal-store.jsx` (+81 -50) 📝 `src/client/components/sftp/file-item.jsx` (+2 -0) 📝 `src/client/components/sftp/sftp-entry.jsx` (+21 -27) ➕ `src/client/components/sftp/transfer-conflict-store.jsx` (+291 -0) ➖ `src/client/components/sftp/transfer-conflict.jsx` (+0 -323) ➕ `src/client/components/sftp/transport-action-store.jsx` (+430 -0) ➖ `src/client/components/sftp/transport-action.jsx` (+0 -412) ➖ `src/client/components/sftp/transport-entry.jsx` (+0 -108) ➖ `src/client/components/sftp/transport-types.js` (+0 -8) ➕ `src/client/components/sftp/transports-action-store.jsx` (+102 -0) ➖ `src/client/components/sftp/transports-action.jsx` (+0 -111) ➕ `src/client/components/sftp/transports-ui-store.jsx` (+30 -0) ➖ `src/client/components/sftp/transports-ui.jsx` (+0 -93) 📝 `src/client/components/sidebar/transfer-list-control.jsx` (+5 -14) 📝 `src/client/components/sidebar/transport-ui.jsx` (+2 -12) _...and 5 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:54:11 +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#3895
No description provided.