[PR #3190] [MERGED] Support sync sftp path with terminal #3874

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3190
Author: @zxdong262
Created: 12/24/2023
Status: Merged
Merged: 12/24/2023
Merged by: @zxdong262

Base: masterHead: test


📝 Commits (5)

📊 Changes

10 files changed (+191 additions, -51 deletions)

View changed files

📝 package-lock.json (+9 -9)
📝 package.json (+2 -2)
📝 src/app/common/runtime-constants.js (+1 -1)
📝 src/client/common/constants.js (+1 -0)
📝 src/client/common/default-setting.js (+2 -1)
📝 src/client/components/session/session.jsx (+76 -21)
📝 src/client/components/session/session.styl (+1 -0)
📝 src/client/components/sftp/sftp-entry.jsx (+54 -8)
📝 src/client/components/terminal/attach-addon-custom.js (+24 -1)
📝 src/client/components/terminal/index.jsx (+21 -8)

📄 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/3190 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 12/24/2023 **Status:** ✅ Merged **Merged:** 12/24/2023 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (5) - [`bf89556`](https://github.com/electerm/electerm/commit/bf895568048d99a6aae867001a71bc92ba1511cc) save - [`59f2009`](https://github.com/electerm/electerm/commit/59f200990da83cf90e82231c9608daa3a544937f) Merge remote-tracking branch 'origin' into cwd - [`6386b7d`](https://github.com/electerm/electerm/commit/6386b7d38c8f3b237b1e4df526dcbbfabe201ba6) fix - [`eede18f`](https://github.com/electerm/electerm/commit/eede18feedfc8e5638f8a30eb121e92937fb7d3b) Support sync sftp path with terminal - [`2971983`](https://github.com/electerm/electerm/commit/2971983be84fcef25ff84911e8bb53d129e776c8) [skip build][skip test] ### 📊 Changes **10 files changed** (+191 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+9 -9) 📝 `package.json` (+2 -2) 📝 `src/app/common/runtime-constants.js` (+1 -1) 📝 `src/client/common/constants.js` (+1 -0) 📝 `src/client/common/default-setting.js` (+2 -1) 📝 `src/client/components/session/session.jsx` (+76 -21) 📝 `src/client/components/session/session.styl` (+1 -0) 📝 `src/client/components/sftp/sftp-entry.jsx` (+54 -8) 📝 `src/client/components/terminal/attach-addon-custom.js` (+24 -1) 📝 `src/client/components/terminal/index.jsx` (+21 -8) </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:06 +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#3874
No description provided.