question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Making zmodem file transfers supports tmux.

See original GitHub issue

Zmodem ( rz / sz ) is not compatible with tmux.

I make a new file transfer tools trzsz ( trz / tsz ), similar to lrzsz ( rz / sz ), and compatible with tmux.

Trzsz ( trz / tsz ) supports iTerm2, just for MacOS users.

And, I make trzsz.js for cross-platform terminal apps.

I think tabby can support trzsz. Maybe as a plugin?

Maybe I can write the plugin myself. But, I’m not familiar with tabby. How to filter the input and output of the server? Could the plugin access the file system by require('fs')? Could the plugin open electron dialog?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lonnywongcommented, Mar 19, 2022

@Eugeny Thank you again for helping me.

1reaction
lonnywongcommented, Mar 14, 2022

It works now after restart. Maybe we need to wait a few hours.

Read more comments on GitHub >

github_iconTop Results From Across the Web

sz and rz fail to transform files in tmux? - linux - Super User
The simple answer is that Tmux does not support rz and sz. This is stated clearly in the Tmux wiki page ...
Read more >
Terminal emulator with zmodem protocol support - Reddit
GNU screen supports zmodem transfer. One of the few features it has that tmux doesn't.
Read more >
trzsz-iterm2 - PyPI
A simple file transfer tools, similar to rz/sz but compatible with tmux (control mode), which works with iTerm2 and has a nice progress...
Read more >
Zmodem File Transfer (Running Linux)
Receives files using the Zmodem batch protocol. If the sending program doesn't send Zmodem protocol files within 50 seconds, rz switches to rb...
Read more >
ZMODEM - Hacker News
Large BBS' at the time had restrictions on how many KB you could download in a day, but they only counted completed file...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found