summaryrefslogtreecommitdiffstats
path: root/crypto/zssh/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/zssh/DETAILS')
-rwxr-xr-xcrypto/zssh/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/crypto/zssh/DETAILS b/crypto/zssh/DETAILS
new file mode 100755
index 0000000000..ec40754e71
--- /dev/null
+++ b/crypto/zssh/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=zssh
+ VERSION=1.5c
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://zssh.sourceforge.net/
+ MAINTAINER=xiticix47@hotmail.com
+ ENTERED=20030520
+ UPDATED=20030520
+ MD5[0]=343a93f02339ddf958b489f5bbad109f
+ LICENSE[0]=GPL
+ SHORT="zssh - Zmodem SSH - program for transfering files using the ssh"
+cat << EOF
+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. This is achieved by using another tty/pty pair between the user and the local ssh process to plug either the user's tty (remote shell mode) or another process (file transfer mode) on the ssh connection.
+
+Files are transferred through the zmodem protocol, using the rz and sz commands.
+EOF