[PR #80] [MERGED] 79 功能ssh中可以通过rzsz上传下载文件 #189

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/80
Author: @team-ide
Created: 5/20/2022
Status: Merged
Merged: 5/20/2022
Merged by: @team-ide

Base: mainHead: 79-功能ssh中可以通过rzsz上传下载文件


📝 Commits (2)

  • 95d8f7b 借助ZModem进行rz上传文件
  • d408ff6 SSH添加rz、sz命令支持等

📊 Changes

22 files changed (+1125 additions, -117 deletions)

View changed files

📝 README.md (+11 -3)
📝 RELEASE.md (+4 -3)
📝 RELEASE_HISTORY.md (+8 -0)
doc/toolbox-ssh-download.png (+0 -0)
doc/toolbox-ssh-upload.png (+0 -0)
📝 html/package.json (+5 -3)
📝 html/src/App.vue (+1 -1)
📝 html/src/component/toolbox/ssh/FileEdit.vue (+3 -0)
📝 html/src/component/toolbox/ssh/Index.vue (+13 -10)
📝 html/src/component/toolbox/ssh/SSH.vue (+42 -3)
html/src/component/toolbox/ssh/SSHDownload.vue (+113 -0)
html/src/component/toolbox/ssh/SSHUpload.vue (+385 -0)
📝 internal/module/module_toolbox/api.go (+24 -0)
📝 internal/web/web.go (+23 -3)
📝 package.json (+1 -1)
pkg/toolbox/ssh_ZModem.go (+57 -0)
📝 pkg/toolbox/ssh_client.go (+34 -6)
pkg/toolbox/ssh_rz_sz_test.go (+11 -0)
pkg/toolbox/ssh_sftp_upload.go (+80 -0)
📝 pkg/toolbox/ssh_sftp_work.go (+0 -74)

...and 2 more files

📄 Description

  1. SSH添加rz、sz命令支持,可以上传多个文件
  2. 服务启动添加接口检测,保证客户端打开能够正常访问
  3. 放开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/80 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/20/2022 **Status:** ✅ Merged **Merged:** 5/20/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `79-功能ssh中可以通过rzsz上传下载文件` --- ### 📝 Commits (2) - [`95d8f7b`](https://github.com/team-ide/teamide/commit/95d8f7bc16e482c1c8f17192245f925e2a5635ab) 借助ZModem进行rz上传文件 - [`d408ff6`](https://github.com/team-ide/teamide/commit/d408ff6e1dcad1cb34dbdad09920660ac9cc385b) SSH添加rz、sz命令支持等 ### 📊 Changes **22 files changed** (+1125 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+11 -3) 📝 `RELEASE.md` (+4 -3) 📝 `RELEASE_HISTORY.md` (+8 -0) ➕ `doc/toolbox-ssh-download.png` (+0 -0) ➕ `doc/toolbox-ssh-upload.png` (+0 -0) 📝 `html/package.json` (+5 -3) 📝 `html/src/App.vue` (+1 -1) 📝 `html/src/component/toolbox/ssh/FileEdit.vue` (+3 -0) 📝 `html/src/component/toolbox/ssh/Index.vue` (+13 -10) 📝 `html/src/component/toolbox/ssh/SSH.vue` (+42 -3) ➕ `html/src/component/toolbox/ssh/SSHDownload.vue` (+113 -0) ➕ `html/src/component/toolbox/ssh/SSHUpload.vue` (+385 -0) 📝 `internal/module/module_toolbox/api.go` (+24 -0) 📝 `internal/web/web.go` (+23 -3) 📝 `package.json` (+1 -1) ➕ `pkg/toolbox/ssh_ZModem.go` (+57 -0) 📝 `pkg/toolbox/ssh_client.go` (+34 -6) ➕ `pkg/toolbox/ssh_rz_sz_test.go` (+11 -0) ➕ `pkg/toolbox/ssh_sftp_upload.go` (+80 -0) 📝 `pkg/toolbox/ssh_sftp_work.go` (+0 -74) _...and 2 more files_ </details> ### 📄 Description 1. SSH添加rz、sz命令支持,可以上传多个文件 2. 服务启动添加接口检测,保证客户端打开能够正常访问 3. 放开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#189
No description provided.