[PR #1185] [MERGED] fix #1174 [feat] Support Zmodem[rz,sz] #3397

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1185
Author: @zxdong262
Created: 3/26/2019
Status: Merged
Merged: 3/26/2019
Merged by: @zxdong262

Base: masterHead: fix-1174


📝 Commits (10+)

📊 Changes

9 files changed (+302 additions, -28 deletions)

View changed files

📝 app/lib/server.js (+6 -3)
📝 bin/prepare.js (+2 -0)
📝 package.json (+5 -4)
📝 src/client/components/main/main.jsx (+16 -0)
📝 src/client/components/tabs/tab.jsx (+2 -14)
📝 src/client/components/terminal/index.jsx (+168 -7)
src/client/components/terminal/zmodem-transfer.jsx (+88 -0)
src/client/components/terminal/zmodem.styl (+14 -0)
📝 src/views/index.pug (+1 -0)

📄 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/1185 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/26/2019 **Status:** ✅ Merged **Merged:** 3/26/2019 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1174` --- ### 📝 Commits (10+) - [`5e89928`](https://github.com/electerm/electerm/commit/5e89928d84f7d9ff1864e8e579d4406aef71acfe) save - [`75c245b`](https://github.com/electerm/electerm/commit/75c245bfc0fd6a3dc883843addb5caacae943208) save - [`69a5a8a`](https://github.com/electerm/electerm/commit/69a5a8a74a9697328ad2556291e9c7d348e876b2) save - [`a0eed43`](https://github.com/electerm/electerm/commit/a0eed43c0a0171e91c094101034ba492bbcd565e) it works anyway - [`3e87550`](https://github.com/electerm/electerm/commit/3e87550ee8365a878a03b08b6aeb66aeffa49060) Merge branch 'master' of github.com:electerm/electerm into fix-1174 - [`4c76ef9`](https://github.com/electerm/electerm/commit/4c76ef932861c177a3246ceb74d125a17346994e) save - [`948769a`](https://github.com/electerm/electerm/commit/948769a252a5bba84c31abbbeb9f0c912e3e9043) save download ok - [`8077926`](https://github.com/electerm/electerm/commit/8077926b996aa3c7a34fb91de78c2ff8fc2390dc) save - [`75a5fc3`](https://github.com/electerm/electerm/commit/75a5fc3e61c8feb730cbdedbc3d3c829d8913bc2) save - [`87b8733`](https://github.com/electerm/electerm/commit/87b8733f3685a56a02b30ee3f532c6301332767b) not ok for upload ### 📊 Changes **9 files changed** (+302 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/server.js` (+6 -3) 📝 `bin/prepare.js` (+2 -0) 📝 `package.json` (+5 -4) 📝 `src/client/components/main/main.jsx` (+16 -0) 📝 `src/client/components/tabs/tab.jsx` (+2 -14) 📝 `src/client/components/terminal/index.jsx` (+168 -7) ➕ `src/client/components/terminal/zmodem-transfer.jsx` (+88 -0) ➕ `src/client/components/terminal/zmodem.styl` (+14 -0) 📝 `src/views/index.pug` (+1 -0) </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:56:36 +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#3397
No description provided.