\documentclass{article}
\usepackage[citeonce*]{footbib}
\makeatletter
\renewcommand\footbibrule{%
  \kern-5\p@
  \hrule\@width4cc
  \kern4.6\p@%
}
\makeatother
\begin{document}

Harste\footcite{feistel:73} benutzte~\ldots
Bei Harste\footcite{dobbertin:96} findet man dazu~\ldots und dann
noch Voss\footcite{Voss2001} ...
\footbibliography{/home/voss/texte/Literaturdatenbank}% choose the right name of your database
\footbibliographystyle{plain}

\end{document}