[PR #33] [MERGED] fix #28 fix #29 fix #32 fix #2 sftp:delete, rename, new functions #2906

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/33
Author: @zxdong262
Created: 10/26/2017
Status: Merged
Merged: 10/26/2017
Merged by: @zxdong262

Base: masterHead: fix-28


📝 Commits (3)

📊 Changes

8 files changed (+418 additions, -44 deletions)

View changed files

📝 app/app.js (+3 -2)
app/lib/fs.js (+54 -0)
app/lib/rm-rf.js (+24 -0)
📝 app/lib/sftp.js (+24 -11)
src/client/components/common/input-auto-focus.jsx (+30 -0)
📝 src/client/components/sftp/file.jsx (+233 -13)
📝 src/client/components/sftp/index.jsx (+39 -18)
📝 src/client/components/sftp/sftp.styl (+11 -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/33 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 10/26/2017 **Status:** ✅ Merged **Merged:** 10/26/2017 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-28` --- ### 📝 Commits (3) - [`869c16d`](https://github.com/electerm/electerm/commit/869c16d82d64149b7fb22a1737bd11c1c439cc68) save - [`d30a3b1`](https://github.com/electerm/electerm/commit/d30a3b12b1a141a458bd18e17f8c38a0fca4e50e) save - [`33d37cb`](https://github.com/electerm/electerm/commit/33d37cbb4d7ff7c74e1bf1bdc443441e088afa5d) save ### 📊 Changes **8 files changed** (+418 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `app/app.js` (+3 -2) ➕ `app/lib/fs.js` (+54 -0) ➕ `app/lib/rm-rf.js` (+24 -0) 📝 `app/lib/sftp.js` (+24 -11) ➕ `src/client/components/common/input-auto-focus.jsx` (+30 -0) 📝 `src/client/components/sftp/file.jsx` (+233 -13) 📝 `src/client/components/sftp/index.jsx` (+39 -18) 📝 `src/client/components/sftp/sftp.styl` (+11 -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:54:53 +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#2906
No description provided.