mirror of
https://github.com/mtatton/zssh.git
synced 2026-02-26 18:35:47 +01:00
29 lines
900 B
Plaintext
29 lines
900 B
Plaintext
|
|
zssh
|
|
--------------------
|
|
|
|
|
|
zssh (Zmodem SSH) a program for interactively transferring files to a
|
|
remote machine while using the secure shell ( ssh ). It is intended to be
|
|
a convenient alternative to scp , allowing to transfer files without having
|
|
to open another session and re-authenticate oneself.
|
|
|
|
Files are transferred through the zmodem protocol, using the rz and sz
|
|
commands. If you don't already have them, the sz/rz programs can be
|
|
installed from Uwe Ohse's lrzsz package included in this directory.
|
|
for more information, see http://www.ohse.de/uwe/software/lrzsz.html
|
|
|
|
the readline library is also required.
|
|
|
|
See the file COPYING for copyright and warranty information.
|
|
|
|
See the file INSTALL for installation information.
|
|
|
|
See also the FAQ
|
|
|
|
Supported architectures currently include :
|
|
- linux
|
|
- NetBSD
|
|
- OpenBSD
|
|
- FreeBSD
|
|
but POSIX compliant OSes should do. |