[PR #276] [MERGED] fix #275 fix big file sftp transfer may not end well #3010

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

📋 Pull Request Information

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

Base: masterHead: fix-269


📝 Commits (3)

📊 Changes

12 files changed (+273 additions, -63 deletions)

View changed files

📝 app/app.js (+5 -2)
app/lib/ipc.js (+60 -0)
📝 app/lib/sftp.js (+57 -42)
📝 app/lib/transfer.js (+27 -10)
📝 src/client/common/constants.js (+1 -1)
src/client/common/sftp.js (+49 -0)
src/client/common/transfer.js (+55 -0)
📝 src/client/components/common/context-menu.styl (+1 -1)
📝 src/client/components/sftp/confirm-list.jsx (+1 -0)
📝 src/client/components/sftp/index.jsx (+3 -3)
📝 src/client/components/sftp/transport.jsx (+5 -2)
📝 src/client/components/sftp/transports.jsx (+9 -2)

📄 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/276 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/24/2018 **Status:** ✅ Merged **Merged:** 1/24/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-269` --- ### 📝 Commits (3) - [`7113cb8`](https://github.com/electerm/electerm/commit/7113cb8213eb59ff11ca5f2953055a538e78bfdc) save - [`2c70618`](https://github.com/electerm/electerm/commit/2c7061843ffe1ee351ce459c3da5e7c169848b59) fix #275 fix big file sftp transfer may not end well - [`4b18b8a`](https://github.com/electerm/electerm/commit/4b18b8a54a0cdc7f0723877bf9ce8837fbe95ad7) fix ### 📊 Changes **12 files changed** (+273 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `app/app.js` (+5 -2) ➕ `app/lib/ipc.js` (+60 -0) 📝 `app/lib/sftp.js` (+57 -42) 📝 `app/lib/transfer.js` (+27 -10) 📝 `src/client/common/constants.js` (+1 -1) ➕ `src/client/common/sftp.js` (+49 -0) ➕ `src/client/common/transfer.js` (+55 -0) 📝 `src/client/components/common/context-menu.styl` (+1 -1) 📝 `src/client/components/sftp/confirm-list.jsx` (+1 -0) 📝 `src/client/components/sftp/index.jsx` (+3 -3) 📝 `src/client/components/sftp/transport.jsx` (+5 -2) 📝 `src/client/components/sftp/transports.jsx` (+9 -2) </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:16 +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#3010
No description provided.