microsoft / terminal

The new Windows Terminal and the original Windows console host, all in the same place!
MIT License
95.1k stars 8.25k forks source link

Feature Request: ZModem support #2229

Closed clairernovotny closed 5 years ago

clairernovotny commented 5 years ago

Description of the new feature/enhancement

Terminal should support ZModem upload/download. ZModem is a friction-free way to transfer files up to 4GB in size in a terminal session without using other tools.

Proposed technical implementation details (optional)

Add support for ZModem

bfayers commented 5 years ago

What's wrong with SCP?

DHowett-MSFT commented 5 years ago

This is actually a duplicate of #1602

therevoman commented 3 years ago

SCP is great. but rz and sz can be used when inside a nested ssh session.

in secure environments its often the case that one needs to ssh into a bastion/jumphost. from there, ssh into the next layer and finally to the box you need to work on. rz and sz can be initiated straight to/from that 3rd layer terminal direct from the users terminal, avoiding the need to scp/ssh/scp/ssh/scp....

lonnywong commented 1 year ago

For anyone stuck on using lrzsz ( rz / sz ) in Windows Terminal, You can try trzsz ( trz / tsz ) and trzsz-ssh ( tssh ). Please check https://github.com/microsoft/terminal/issues/1999#issuecomment-1828895334.