diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-19 08:58:26 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-19 08:58:26 +0000 |
commit | 4b2ad3d4d802a559ecf3999dd62738cfc2967419 (patch) | |
tree | a132a0a93cfc4389ce64b2ed7a5aec540a7412b3 /comms/zssh/pkg-descr | |
parent | - update to 1.0.1 (diff) |
Add zssh 1.5a, which allows you to tunnel a ssh connection over the
zmodem protocol.
PR: 31268
Submitted by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
Notes
Notes:
svn path=/head/; revision=51797
Diffstat (limited to 'comms/zssh/pkg-descr')
-rw-r--r-- | comms/zssh/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/comms/zssh/pkg-descr b/comms/zssh/pkg-descr new file mode 100644 index 000000000000..3119f963ddc7 --- /dev/null +++ b/comms/zssh/pkg-descr @@ -0,0 +1,9 @@ +zssh (Zmodem SSH) is 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. zssh is an interactive +wrapper for ssh used to switch the ssh connection between the remote shell +and file transfers. Files are transferred through the zmodem protocol, +using the rz and sz commands. + +WWW: http://zssh.sourceforge.net/ |