Scroll to navigation

Fiche(1) General Commands Manual Fiche(1)

NAME

fiche - Receiver for command line output

SYNOPSIS

fiche [options]

DESCRIPTION

This manual page documents briefly the fiche daemon.

fiche is a program that listens on TCP port and stores the text it receives on disk. It replies with a slug plus configurable URL.

OPTIONS

These options are documented.

Output directory. Place where the recieved text will be stored.
TCP port where this daemon listens. Defaults to 9999.
Domain. Examples: 'example.com', 'sub.example.com/pastebin'.
Size of slug in characters. With 'fiche -d foo.com/bar -s 6' you get 'http://foo.com/bar/abcdef' as reply. Default slug size is 4.
As which user should the files be written.
This parameter defines max file size uploaded by user, by default it is set to `32768`.
Path to file where logs entry are stored.
Path to file where you provided all bannend IP addresses.
White list. If whitelist mode is enabled, only addresses from list will be able to upload files.

CLIENT USAGE EXAMPLES

SEE ALSO

nc(1).

December 5 2018