[Ida-cvs] htdocs/documentation ida-fscan-man.php,NONE,1.1
Status: Pre-Alpha
Brought to you by:
alexanderb
From: Alexander B. <ale...@us...> - 2005-01-06 13:56:59
|
Update of /cvsroot/ida/htdocs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7687 Added Files: ida-fscan-man.php Log Message: - ida-fscan manpage --- NEW FILE: ida-fscan-man.php --- <? include "header.inc"; ?> <BODY> <H1>IDA-FSCAN</H1> Section: Ida file-scanner Manual Pages (1)<BR>Updated: 2004-12-30<BR><A HREF="#index">Index</A> <A HREF="http://ida.sourceforge.net/manuals.php">Return to Main Contents</A><HR> <A NAME="index"> </A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">OPTIONS</A><DD> <DT><A HREF="#lbAF">AUTHOR</A><DD> <DT><A HREF="#lbAG">REPORTING BUGS</A><DD> <DT><A HREF="#lbAH">OTHER INFO</A><DD> <DT><A HREF="#lbAI">SEE ALSO</A><DD> </DL> <HR> <A NAME="lbAB"> </A> <H2>NAME</H2> ida-fscan - Ida file-scanner <A NAME="lbAC"> </A> <H2>SYNOPSIS</H2> ida-fscan [-option...] PATH [PATH]... <A NAME="lbAD"> </A> <H2>DESCRIPTION</H2> ida-fscan is the file-scanner, which is part of the Ida Project. It can be used to add Multimedia Files into a SQL Database, for later use with other Ida components. <A NAME="lbAE"> </A> <H2>OPTIONS</H2> ida-fscan accepts the following options: <B><DL COMPACT> <DT>-c --clear<DD> </B> Clear Database(s) before scan. <B><DT>-d --database=NAME<DD> </B> Connect to Database: NAME. <B><DT>-f --max-frames=COUNT<DD> </B> Maximum number of frames to scan for bitrate etc. <B><DT>-h --host=HOST<DD> </B> Database Hostname: HOST <B><DT>-p, --port=PORT<DD> </B> Connect Database Host using port: PORT <B><DT>-q --quiet<DD> </B> Dont print any warnings <B><DT>-v --verbose<DD> </B> Produce verbose information <B><DT>-? --help<DD> </B> Give this help list <B><DT> --usage<DD> </B> Give a short usage message <B><DT>-V --version<DD> </B> Print program version </DL> <A NAME="lbAF"> </A> <H2>AUTHOR</H2> Alexander Bauer <<A HREF="mailto:ale...@us...">ale...@us...</A>> <A NAME="lbAG"> </A> <H2>REPORTING BUGS</H2> Reporting bugs to <<A HREF="mailto:ida...@li...">ida...@li...</A>> <A NAME="lbAH"> </A> <H2>SEE ALSO</H2> <B><A HREF="http://ida.sourceforge.net/documentation/avapd-man.html">avapd</A></B>(1), <B><A HREF="http://ida.sourceforge.net/documentation/ida-tool-man.html">ida-tool</A></B>(1) <P> <HR> This document was created by man2html, using the Ida manual pages.<BR> Time: 13:32:30 GMT, January 06, 2005 </BODY> <? include "footer.inc"; ?> |