easyssh icon indicating copy to clipboard operation
easyssh copied to clipboard

Does it support ZModem?

Open wangcn opened this issue 4 years ago • 4 comments

wangcn avatar Mar 20 '20 06:03 wangcn

What is ZModem?

muriloventuroso avatar Jun 16 '20 14:06 muriloventuroso

transfer a file by lrzsz

wangcn avatar Jun 17 '20 14:06 wangcn

transfer a file by lrzsz

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

lovesion avatar Jun 24 '21 04:06 lovesion

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

lovesion avatar Jun 24 '21 06:06 lovesion