[PR #207] [MERGED] fix #31 support copy/paste files #2981

Closed
opened 2026-02-27 00:55:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/207
Author: @zxdong262
Created: 1/9/2018
Status: Merged
Merged: 1/9/2018
Merged by: @zxdong262

Base: masterHead: fix-31


📝 Commits (2)

📊 Changes

9 files changed (+219 additions, -43 deletions)

View changed files

📝 app/lib/fs.js (+13 -1)
📝 app/lib/menu.js (+0 -6)
📝 app/lib/sftp.js (+19 -0)
📝 src/client/common/clipboard.js (+14 -0)
📝 src/client/common/constants.js (+5 -0)
📝 src/client/components/sftp/confirm-list.jsx (+7 -2)
📝 src/client/components/sftp/file-read.js (+14 -0)
📝 src/client/components/sftp/file.jsx (+108 -22)
📝 src/client/components/sftp/index.jsx (+39 -12)

📄 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/207 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/9/2018 **Status:** ✅ Merged **Merged:** 1/9/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-31` --- ### 📝 Commits (2) - [`282c896`](https://github.com/electerm/electerm/commit/282c8966d3fba143fcaeaa0fafb899f446bf1834) fix #31 support copy/paste files - [`73efbfe`](https://github.com/electerm/electerm/commit/73efbfe67a289199eec8677ce9fa798567d802fb) fix ### 📊 Changes **9 files changed** (+219 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/fs.js` (+13 -1) 📝 `app/lib/menu.js` (+0 -6) 📝 `app/lib/sftp.js` (+19 -0) 📝 `src/client/common/clipboard.js` (+14 -0) 📝 `src/client/common/constants.js` (+5 -0) 📝 `src/client/components/sftp/confirm-list.jsx` (+7 -2) 📝 `src/client/components/sftp/file-read.js` (+14 -0) 📝 `src/client/components/sftp/file.jsx` (+108 -22) 📝 `src/client/components/sftp/index.jsx` (+39 -12) </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 00:55:10 +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#2981
No description provided.