Skip to content

shamer/tmux-file-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Transfer files through the tmux scrollback buffer to setup the scrollback buffer size, add the following to ~/.tmux.conf set-option -g history-limit 104857600

To transfer files between machines:

  1. on localhost start tmux
  2. in tmux ssh to remote host
  3. copy tmux-file-transfer using copy/paste
  4. run ./tmux-file-transfer --send file_or_dir_to_send
  5. on another terminal on localhost: run ./tmux-file-transfer --receive tmux_transfer.tar.gz

About

Transfer files by displaying them in tmux and copying them out of the scrollback buffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages