logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fiche - Receiver for command line output

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.

Name

       fiche - Receiver for command line output

Options

       These options are documented.

       -o     Output directory. Place where the recieved text will be stored.

       -p{port}
              TCP port where this daemon listens. Defaults to 9999.

       -d     Domain. Examples:  'example.com',  'sub.example.com/pastebin'.

       -s     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.

       -u{user}
              As which user should the files be written.

       -B{maxfilesize}
              This parameter defines max file size uploaded by user, by default it is set to `32768`.

       -l{dir/subdir/file}
              Path to file where logs entry are stored.

       -b{dir/subdir/file}
              Path to file where you provided all bannend IP addresses.

       -w{dir/subdir/file}
              White list.  If whitelist mode is enabled, only addresses from list will be able to upload files.

       CLIENTUSAGEEXAMPLES

       ls -la | nc localhost 9999

       cat file.txt | nc solusipse.net 9999

       echo just testing! | nc code.solusipse.net 9999

See Also

nc(1).

       This manaul page is written for the Debian project and please do use it at other places.

                                                December  5 2018                                        Fiche(1)

Synopsis

fiche [options]

See Also