sendfile

from Wikipedia, the free encyclopedia

sendfile is an implementation of the Simple Asynchronous File Transfer Protocol (SAFT) for Unix. It consists of the parts

  • sendfiled - the server
  • sendfile - a client for sending files
  • sendmsg - a client for sending single-line messages
  • receive - a client to pick up received files
  • pussy - sendfiled for non-privileged ports , does not require superuser rights

Examples for the sendfile client:

$ sendfile doku.ps uranus@bigvax.inka.de
$ sendfile -a=Sourcen *.f90 Makefile zrxh0370

Web links