1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
.\" You can view this file with:
.\" man ./darxite.1
.\" Written by Ashley Montanaro
.\"
.TH darxite 1 "17 June 1999" "Darxite 0.3" "Darxite Manual"
.SH NAME
darxite - daemon that downloads files via FTP/HTTP in the background.
.SH SYNOPSIS
.B darxite [OPTIONS]
.SH DESCRIPTION
.B Darxite
is a daemon that can download a batch of files via FTP or HTTP in the
background. It can be controlled by "client" programs that provide a user
interface; client programs in the current release include nice GTK and
command-line FTP clients, a GNOME Panel applet and many more.
This man page is only concerned with the daemon's operation.
.SH OPTIONS
.IP "-v/--version"
Shows the daemon's version and exits.
.IP "-h/--help"
Shows some usage information and exits.
.IP "-d/--directory=<dir>"
By default, the daemon looks for program files in the directory
"$HOME/.darxite". You can make it look elsewhere with this option.
.IP "-k/--kill"
Instead of running the daemon, this option will terminate a currently
running daemon, and warn if the daemon isn't running.
.IP "-l/--listen=<port>"
To allow remote clients to connect to the daemon, set the port the daemon
should listen on with this option. If you allow remote client connection,
you should also set a password with the "-p" option.
.IP "-o/--output=<dir>"
By default, files will be downloaded into the user's home directory. This
option specifies an alternative directory for them to be placed.
.IP "-p/--password=<pass>"
Clients that connect to the daemon from a remote host must use this
password. If it is not specified, it will be blank.
.IP "-q/--quiet"
If a copy of the daemon is already running, fail silently instead of
printing an error message. This is useful for running the daemon in scripts
etc.
.IP "-r/--reload"
Instead of running the daemon, this option will cause a currently running
daemon to reload its config files.
.SH FILES
.I /usr/bin/darxite
Default executable
.TP
.I ~/.darxiterc /etc/darxiterc
Configuration files; the former overrides the latter
.TP
.I ~/.darxite/batch
Default location of the batch file
.TP
.I ~/.darxite/servers
Default location of the file containing visited servers
.SH BUGS
Yes.
.SH AUTHORS
Ashley Montanaro <hell@ukgateway.net> - Main author
.TP
Manuel Clos <mclos000@correu.udg.es> - GNOME clients and much other help
.TP
Ben Clarke <twig@enterprise.net> - Testing and moral support.
.SH "BUG REPORTS"
When you find a bug or feel the need for a feature, e-mail a bug report to
Ashley.
.SH WWW
http://darxite.cjb.net/
|