ZMODEM - add settings [2]

ZMODEM - add settings

Friday, August 14, 2015 11:49 AM - Hawk32

ZMODEM functionality. In freebsd after installation of lrzsz:
--------------------------
/usr/local/bin/lrx
/usr/local/bin/lrz
/usr/local/bin/lsb
/usr/local/bin/lrb
/usr/local/bin/lsx
/usr/local/bin/lsz
--------------------------
In system there is no executable file of rz, and there is lrz. Not to create symbol links on each server, it is necessary to carry out parameter in session settings.
Sorry for my English.

Program Ver. : Xshell 5


Re: ZMODEM - add settings

Thursday, August 20, 2015 7:50 AM - David

if you have administrator's right, make link files of lrz, lsz into the /usr/bin directory like this:

ln -s /usr/local/bin/lrz /usr/bin/rz
ln -s /usr/lical/bin/lsz /usr/bin/sz

if not,
$ ln -s /usr/local/bin/lrz your_accessable_dir/rz
$ ln -s /usr/local/bin/lrz your_accessable_dir/rz
$ export $PATH:your_accessable_dir


You can also use alias like this:

alias rz = lrz

and put this in .bashrc or .profile.


Re:Re: ZMODEM - add settings

Tuesday, September 8, 2015 4:21 AM - Hoon

Re: ZMODEM - add settings

Modify Delete
if you have administrator's right, make link files of lrz, lsz into the /usr/bin directory like this:

ln -s /usr/local/bin/lrz /usr/bin/rz
ln -s /usr/lical/bin/lsz /usr/bin/sz

if not,
$ ln -s /usr/local/bin/lrz your_accessable_dir/rz
$ ln -s /usr/local/bin/lrz your_accessable_dir/rz
$ export $PATH:your_accessable_dir


You can also use alias like this:

alias rz = lrz

and put this in .bashrc or .profile.

--------------------------------------------------------------------------------------

Thx. It works me, too.


Previous views: 173