mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 11:35:49 +03:00
[PR #80] [MERGED] 79 功能ssh中可以通过rzsz上传下载文件 #189
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:79-功能ssh中可以通过rzsz上传下载文件📝 Commits (2)
95d8f7b借助ZModem进行rz上传文件d408ff6SSH添加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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.