https://github.com/l2dy/zssh2
zssh2 (Zmodem SSH 2) is a fork of zssh.
https://github.com/l2dy/zssh2
ssh zmodem zssh
Last synced: 6 months ago
JSON representation
zssh2 (Zmodem SSH 2) is a fork of zssh.
- Host: GitHub
- URL: https://github.com/l2dy/zssh2
- Owner: l2dy
- License: gpl-2.0
- Created: 2021-03-30T13:38:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T09:35:45.000Z (over 4 years ago)
- Last Synced: 2025-03-29T16:41:35.523Z (6 months ago)
- Topics: ssh, zmodem, zssh
- Language: C
- Homepage:
- Size: 147 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
# zssh2 (ZMODEM SSH 2)
zssh2 is a program for interactively transferring files from or to a remote
machine while using SSH. It is especially useful when sftp is not an option.zssh2 is forked from http://zssh.sourceforge.net/.
## Installation
The readline library is required.
```sh
autoreconf
./configure
make
sudo make install
```## Usage
See `zssh2(1)`.
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, for more information, see
https://www.ohse.de/uwe/software/lrzsz.html## Supported Operating Systems
- Linux
- FreeBSD
- OpenBSD
- macOS (with --copty)illumos support depends on https://www.illumos.org/issues/5386.