Last active
January 14, 2023 17:00
-
-
Save Sulter/d2ce41ca2dc5f59738d80c728f6b669e to your computer and use it in GitHub Desktop.
screen+zmodem sending data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lrzsz package needed (debian) which include sz and rz | |
Sending from remote -> local | |
* screen into remote | |
* ctrl-a : zmodem catch | |
* 'sz filename' on the remote (in terminal) | |
Sending from local -> remote | |
* screen into remote | |
* ctrl-a : zmodem catch | |
* 'rz' on the remote (in terminal) (add -y to overwrite existing files) | |
* screen will ask for filename - enter filename and press ENTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment