[PR #2194] [MERGED] [new feature]: Support compress and transfer in sftp(auto uncompress) #3722

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2194
Author: @zxdong262
Created: 7/18/2021
Status: Merged
Merged: 7/18/2021
Merged by: @zxdong262

Base: masterHead: zip


📝 Commits (1)

  • 9eca363 new feature: Support compress and transfer in sftp(auto uncompress)

📊 Changes

14 files changed (+275 additions, -67 deletions)

View changed files

📝 README.md (+20 -19)
📝 package-lock.json (+6 -12)
📝 package.json (+3 -2)
📝 src/app/app.js (+5 -5)
📝 src/app/lib/fs.js (+56 -1)
📝 src/app/preload/preload.js (+3 -1)
📝 src/client/common/constants.js (+3 -1)
📝 src/client/components/sftp/file-item.jsx (+29 -2)
📝 src/client/components/sftp/file-read.js (+4 -4)
📝 src/client/components/sftp/sftp-entry.jsx (+2 -1)
📝 src/client/components/sftp/transfer-conflict.jsx (+20 -16)
📝 src/client/components/sftp/transport-action.jsx (+88 -2)
📝 src/client/components/sftp/transport-entry.jsx (+3 -1)
src/client/components/sftp/zip.js (+33 -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/2194 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 7/18/2021 **Status:** ✅ Merged **Merged:** 7/18/2021 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `zip` --- ### 📝 Commits (1) - [`9eca363`](https://github.com/electerm/electerm/commit/9eca363fc11e21a35b95b6b85f63fe13d96fc44e) new feature: Support compress and transfer in sftp(auto uncompress) ### 📊 Changes **14 files changed** (+275 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+20 -19) 📝 `package-lock.json` (+6 -12) 📝 `package.json` (+3 -2) 📝 `src/app/app.js` (+5 -5) 📝 `src/app/lib/fs.js` (+56 -1) 📝 `src/app/preload/preload.js` (+3 -1) 📝 `src/client/common/constants.js` (+3 -1) 📝 `src/client/components/sftp/file-item.jsx` (+29 -2) 📝 `src/client/components/sftp/file-read.js` (+4 -4) 📝 `src/client/components/sftp/sftp-entry.jsx` (+2 -1) 📝 `src/client/components/sftp/transfer-conflict.jsx` (+20 -16) 📝 `src/client/components/sftp/transport-action.jsx` (+88 -2) 📝 `src/client/components/sftp/transport-entry.jsx` (+3 -1) ➕ `src/client/components/sftp/zip.js` (+33 -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 01:53:33 +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#3722
No description provided.