Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sendfiled(8) [php man page]

SENDFILED(8)						      System Manager's Manual						      SENDFILED(8)

NAME
sendfiled - Simple Asynchronous File Transfer server SYNOPSIS
sendfiled [ -4 | -6 ] [ -d ] [ -f ] [ -q ] [ -Q ] [ -c configfile ] DESCRIPTION
sendfiled is a server process (daemon) for the Simple Asynchrnous File Transfer (SAFT) protocol. The server is normally called by inetd (8) and receives files or messages sent by SAFT-clients to the. Files are stored in the recipient's spool and messages are written to the recipient's terminals. The -4 and -6 options explicitly force IPv4 or IPv6 connections. By default, the program will try to resolve the name given, and choose the appropriate protocol automatically. If resolving a host name returns both IPv4 and IPv6 addresses, sendfiled will try to use the adresses in the order they are returned by the resolver. If the -d option is specified, debugging information is written to /var/log/sendfiled.dbg. If the -f option is specified, sendfiled prints the free disk space on /var/spool/sendfile and terminates. If the -q option is specified, sendfiled processes once the outgoing spool and terminates. If the -Q option is specified, sendfiled starts an outgoing spool daemon, which runs in an endless loop in the background. On startup sendfiled reads its configuration file /etc/sendfile.cf, but you can specify with -c configfile an alternate configuration file. sendfiled is also an O-SAFT server, which means authenticated clients can fetch files. See fetchfile (4) for details. sfdconf is the sendfiled configuration helper program. It has its own usage help, just type sfdconf -h FILES
/etc/sendfile.deny Users which are not allowed to receive files or messages. /etc/sendfile.allow Users which are ONLY allowed to receive files or messages. If this file has at least one entry, then /etc/sendfile.deny will be ignored. /etc/sendfile.aliases Alias names for local users. Format is: alias realname /var/spool/sendfile/LOG/in Log file for incoming files. /var/spool/sendfile/LOG/out Log file for outgoing files. /etc/sendfile.cf The system configuration file. See sfdconf -i config for a complete description and default values. SEE ALSO
sfdconf sendfile(1) receive(1) sendmsg(1) fetchfile(1) fetchfile(4) AUTHOR
Ulli Horlacher - framstag@rus.uni-stuttgart.de 3rd Berkeley Distribution SENDFILED(8)

Check Out this Related Man Page

SENDFILE(1)						      General Commands Manual						       SENDFILE(1)

NAME
fetchfile - fetch file(s) via O-SAFT protocol SYNOPSIS
fetchfile [ -46lakdPriqQvVI ] [ -f user ] [ -s [user@]server ] [ -C[wr]=conffile ] filename fetchfile [ -lakdPriqQvVI ] [ -f user ] [ -s [user@]server ] [ -C[wr]=conffile ] -n filenumber DESCRIPTION
fetchfile fetches files from a SAFT server to the local user spool. In the SAFT server spool there must lay your sendfile public key to identify yourself. This key can be generated by the fetchfile -I com- mand and has to be transfered to the SAFT server at the very first time. This prevents other people to steal your files. You may list or fetch your files from the server. But remember, they are stored first in your local sendfile spool. You have to call receive to really receive them to your current directory. OPTIONS
-4, -6 Explicitly force IPv4 or IPv6 connections. By default, the program will try to resolve the name given, and choose the appropriate protocol automatically. If resolving a host name returns both IPv4 and IPv6 addresses, fetchfile will try to use the adresses in the order they are returned by the resolver. -l Only list the files on the server. -a Fetch all files. -k Keep files on server after fetching. -d Delete files without receiving. -n Specify the file number instead of the file name. -r Call receive automaticly afterwards. -f user Restrict file selection to this specifc user. -V Show version information and exit. -v Be verbose and show SAFT protocol messages. -P Send files to stdout directly. -i Ignore testing whether file has been already fetched. -q Quiet mode 1: print no transfer messages. -Q Quiet mode 2: print no transfer, information or warning messages. -I Initialize fetchfile and the pgp key pair. -s [user@]host Specify an alternate saft server and/or alternate user. -Cr=conffile Read configuration file "config" or "restrictions" from server. -Cw=conffile Write configuration file "config" or "restrictions" to server. ARGUMENTS
filename or filenumber Specify the name of the file or its number (with option -n). EXAMPLES
fetchfile -l fetchfile -a fetchfile -Cr=config -s saft.belwue.de FILES
/var/spool/sendfile/$USER/ Your local spool directory. $HOME/.sfspool/ Your local private spool directory if /var/spool/sendfile/$USER/ does not exist. config, restrictions Your configuration files for the server. See sendfile(1) for a description. SEE ALSO
receive(1), sendfile(1), fetchfile(7), sendfiled(8). AUTHOR
Ulli Horlacher - framstag@rus.uni-stuttgart.de 3rd Berkeley Distribution SENDFILE(1)
Man Page