[PR #284] [MERGED] fix #269 sftp runs in seprate process #3016

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

📋 Pull Request Information

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

Base: masterHead: fix-269


📝 Commits (5)

📊 Changes

11 files changed (+246 additions, -68 deletions)

View changed files

📝 app/app.js (+15 -4)
📝 app/lib/server.js (+20 -11)
📝 app/lib/sftp.js (+1 -1)
📝 app/lib/transfer.js (+24 -11)
app/lib/ws.js (+79 -0)
📝 src/client/common/sftp.js (+41 -17)
📝 src/client/common/transfer.js (+36 -19)
src/client/common/ws.js (+26 -0)
📝 src/client/components/sftp/confirm-list.jsx (+0 -1)
📝 src/client/components/sftp/index.jsx (+1 -1)
📝 src/client/components/sftp/transport.jsx (+3 -3)

📄 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/284 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/27/2018 **Status:** ✅ Merged **Merged:** 1/27/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-269` --- ### 📝 Commits (5) - [`1e4442a`](https://github.com/electerm/electerm/commit/1e4442a13a2eda42974f62a4d7553ac59a55ed98) save - [`76d03f7`](https://github.com/electerm/electerm/commit/76d03f7461a48f7bbc1ad81603de77c15923ad47) save - [`1c98378`](https://github.com/electerm/electerm/commit/1c98378ed41c7cfc92e24e00866a8356b31ff045) Merge branch 'master' of github.com:electerm/electerm into fix-269 - [`ce3adb0`](https://github.com/electerm/electerm/commit/ce3adb04cd98b291b6a0e2c80f3f7fe81f6816e3) fix #269 sftp runs in seprate process - [`6913256`](https://github.com/electerm/electerm/commit/6913256b4dbd63276106991816f9492e6b6c4980) save ### 📊 Changes **11 files changed** (+246 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `app/app.js` (+15 -4) 📝 `app/lib/server.js` (+20 -11) 📝 `app/lib/sftp.js` (+1 -1) 📝 `app/lib/transfer.js` (+24 -11) ➕ `app/lib/ws.js` (+79 -0) 📝 `src/client/common/sftp.js` (+41 -17) 📝 `src/client/common/transfer.js` (+36 -19) ➕ `src/client/common/ws.js` (+26 -0) 📝 `src/client/components/sftp/confirm-list.jsx` (+0 -1) 📝 `src/client/components/sftp/index.jsx` (+1 -1) 📝 `src/client/components/sftp/transport.jsx` (+3 -3) </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:17 +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#3016
No description provided.