[PR #59] [MERGED] fix #11 fix #42 overwrite warning and directory transfer #2913

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/59
Author: @zxdong262
Created: 11/11/2017
Status: Merged
Merged: 11/11/2017
Merged by: @zxdong262

Base: masterHead: fix-11


📝 Commits (10+)

📊 Changes

11 files changed (+750 additions, -100 deletions)

View changed files

📝 app/lib/sftp.js (+1 -0)
📝 package.json (+1 -1)
src/client/common/wait.js (+8 -0)
📝 src/client/components/main/main.jsx (+6 -1)
src/client/components/sftp/confirm-list.jsx (+536 -0)
src/client/components/sftp/file-transfer-trigger.jsx (+25 -0)
📝 src/client/components/sftp/file.jsx (+54 -21)
📝 src/client/components/sftp/index.jsx (+56 -71)
📝 src/client/components/sftp/transport.jsx (+53 -3)
📝 src/client/components/sftp/transports.jsx (+3 -2)
📝 src/client/css/includes/color.styl (+7 -1)

📄 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/59 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/11/2017 **Status:** ✅ Merged **Merged:** 11/11/2017 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-11` --- ### 📝 Commits (10+) - [`8ac3f56`](https://github.com/electerm/electerm/commit/8ac3f56a1bc1f41cabe51ffeb19fc6dad04bce85) save - [`f9d5861`](https://github.com/electerm/electerm/commit/f9d5861c3e25997bf009e8d007b34d7e3db8213c) Merge branch 'master' of github.com:electerm/electerm into fix-11 - [`d9b1c37`](https://github.com/electerm/electerm/commit/d9b1c378a41262d70dff57fd4fff5e38aae43fce) save - [`028b3bc`](https://github.com/electerm/electerm/commit/028b3bcb432fde38f99fff9744d8b60799fd9069) save - [`0a0c92f`](https://github.com/electerm/electerm/commit/0a0c92f297da400afba130fef346f474a9dc4848) save - [`2bbed2a`](https://github.com/electerm/electerm/commit/2bbed2a66a08bf1fc785df0dca30c2899cf0f72c) save - [`c1c052f`](https://github.com/electerm/electerm/commit/c1c052f76585ab866104678aad4f46f15bc4e80b) merge - [`067fcad`](https://github.com/electerm/electerm/commit/067fcadba7abaf36392d54fbee7e1ae7ae4f3dbb) save - [`3da97d3`](https://github.com/electerm/electerm/commit/3da97d30fc21a38c07d64f55fafc294f04b27fe4) save - [`8a3423a`](https://github.com/electerm/electerm/commit/8a3423a2455540c282adb6056a738463c9039b24) save ### 📊 Changes **11 files changed** (+750 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/sftp.js` (+1 -0) 📝 `package.json` (+1 -1) ➕ `src/client/common/wait.js` (+8 -0) 📝 `src/client/components/main/main.jsx` (+6 -1) ➕ `src/client/components/sftp/confirm-list.jsx` (+536 -0) ➕ `src/client/components/sftp/file-transfer-trigger.jsx` (+25 -0) 📝 `src/client/components/sftp/file.jsx` (+54 -21) 📝 `src/client/components/sftp/index.jsx` (+56 -71) 📝 `src/client/components/sftp/transport.jsx` (+53 -3) 📝 `src/client/components/sftp/transports.jsx` (+3 -2) 📝 `src/client/css/includes/color.styl` (+7 -1) </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:54:55 +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#2913
No description provided.