diff options
author | steve <steve@FreeBSD.org> | 1998-02-24 20:28:17 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-24 20:28:17 +0000 |
commit | 1f019a27061bcca36dadaa584b2d5cbd18e4fc8a (patch) | |
tree | 09d2319bf77c60bf574b93f5e6cafd90aa6d16ba /net/sendfile/pkg-descr | |
parent | 7245e57ff361fdd33a4b57db646a1d484adc6a42 (diff) | |
download | FreeBSD-ports-1f019a27061bcca36dadaa584b2d5cbd18e4fc8a.zip FreeBSD-ports-1f019a27061bcca36dadaa584b2d5cbd18e4fc8a.tar.gz |
Simple Asynchronous File Transfer Reference Implementation.
PR: 4664
Submitted by: Stefan Zehl <sec@42.org>
Diffstat (limited to 'net/sendfile/pkg-descr')
-rw-r--r-- | net/sendfile/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sendfile/pkg-descr b/net/sendfile/pkg-descr new file mode 100644 index 0000000..5928a9e --- /dev/null +++ b/net/sendfile/pkg-descr @@ -0,0 +1,11 @@ +SAFT (Simple Asynchronous File Transfer) is a new Internet protocol for +sending files and messages asynchronously. This is useful, because you don't +have to log on to the receiving site to do it. You simply tell the +sendfile program a file name and where to send it: +"sendfile your_file user@somedomain" (Of course there are options). + +The package includes: A sendfile client (which sends files), a sendmsg +client (which sends messages), a receive client (which copies files from +the local sendfile spool to the recipient's current directory) and a +sendfiled server (which receives files and messages and stores them in the +local sendfile spool). |