Skip to content

Instantly share code, notes, and snippets.

@Sulter
Last active January 14, 2023 17:00
Show Gist options
  • Save Sulter/d2ce41ca2dc5f59738d80c728f6b669e to your computer and use it in GitHub Desktop.
Save Sulter/d2ce41ca2dc5f59738d80c728f6b669e to your computer and use it in GitHub Desktop.
screen+zmodem sending data
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