[PR #74] [MERGED] FTP添加双击或右击打开、编辑、保存文件 #187

Closed
opened 2026-02-28 00:39:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/74
Author: @team-ide
Created: 5/19/2022
Status: Merged
Merged: 5/19/2022
Merged by: @team-ide

Base: mainHead: 73-功能支持ftp双击或右击可以编辑文本文件且可以切换上传或保持的用户


📝 Commits (1)

  • 088cdc6 FTP添加双击或右击打开、编辑、保存文件

📊 Changes

10 files changed (+379 additions, -77 deletions)

View changed files

📝 RELEASE.md (+3 -4)
📝 RELEASE_HISTORY.md (+7 -0)
📝 html/src/component/toolbox/ssh/FTP.vue (+6 -0)
html/src/component/toolbox/ssh/FileEdit.vue (+110 -0)
📝 html/src/component/toolbox/ssh/Files.vue (+7 -0)
📝 html/src/component/toolbox/ssh/Index.vue (+12 -1)
📝 package.json (+1 -1)
📝 pkg/toolbox/ssh.go (+37 -1)
📝 pkg/toolbox/ssh_sftp_work.go (+169 -26)
📝 pkg/toolbox/ssh_test.go (+27 -44)

📄 Description

  1. FTP添加双击或右击打开、编辑、保存文件,暂时支持10M以内文件
  2. 打开和编辑文件的用户使用SSH配置的用户,暂时无法切换用户保存

🔄 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/team-ide/teamide/pull/74 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/19/2022 **Status:** ✅ Merged **Merged:** 5/19/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `73-功能支持ftp双击或右击可以编辑文本文件且可以切换上传或保持的用户` --- ### 📝 Commits (1) - [`088cdc6`](https://github.com/team-ide/teamide/commit/088cdc601ca9edbf00829d80b7f414a3c34c8593) FTP添加双击或右击打开、编辑、保存文件 ### 📊 Changes **10 files changed** (+379 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE.md` (+3 -4) 📝 `RELEASE_HISTORY.md` (+7 -0) 📝 `html/src/component/toolbox/ssh/FTP.vue` (+6 -0) ➕ `html/src/component/toolbox/ssh/FileEdit.vue` (+110 -0) 📝 `html/src/component/toolbox/ssh/Files.vue` (+7 -0) 📝 `html/src/component/toolbox/ssh/Index.vue` (+12 -1) 📝 `package.json` (+1 -1) 📝 `pkg/toolbox/ssh.go` (+37 -1) 📝 `pkg/toolbox/ssh_sftp_work.go` (+169 -26) 📝 `pkg/toolbox/ssh_test.go` (+27 -44) </details> ### 📄 Description 1. FTP添加双击或右击打开、编辑、保存文件,暂时支持10M以内文件 2. 打开和编辑文件的用户使用SSH配置的用户,暂时无法切换用户保存 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:39:03 +03:00
Sign in to join this conversation.
No labels
pull-request
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/teamide-team-ide#187
No description provided.