muriloventuroso / easyssh

The SSH connection manager to make your life easier.
GNU General Public License v3.0
520 stars 38 forks source link

Does it support ZModem? #94

Open wangcn opened 4 years ago

muriloventuroso commented 4 years ago

What is ZModem?

wangcn commented 4 years ago

transfer a file by lrzsz

lovesion commented 3 years ago

transfer a file by lrzsz

if you wanna transfer something by lrzsz,just try 'zssh',

lovesion commented 3 years ago

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! ~U_44XQ8O%IXWU9R4P37)%X