Open wangcn opened 4 years ago
transfer a file by lrzsz
transfer a file by lrzsz
if you wanna transfer something by lrzsz,just try 'zssh',
transfer a file by lrzsz I just finished refactor this project's sourcecode to make it support ZModem,thanks to everyone! First of all,You need to install 'lrzsz' and 'zssh' on your own OS and clone this repo and open it in an editor you like, then,modify the file,which named 'TerminalBox.vala',replace ' "ssh ' to ' "zssh ' (at line 81 and line 99),save them, next,modify the file,which named 'TerminalWidget.vala',replace line 174's '/bin/sh' to your current shell,e.g. '/bin/zsh',save it. finally,open the project directory in your terminal and build the project like the following commands: $ meson build --prefix=/usr -D libunity=false -D ubuntu-bionic-patched-vte=false -D patched-vte=true $ ninja -C build install
Everything'll be ok~! Just do it~! Thanks for the project!
What is ZModem?