File: fmtfilfi.htm

package info (click to toggle)
fbbdoc 1999.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 768 kB
  • ctags: 52
  • sloc: makefile: 29; sh: 9
file content (20 lines) | stat: -rw-r--r-- 1,264 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>File filtering (Appendix 21)</title>
</head>
 <body background="/back_fbb.jpg">
 
<p>  </p>
<h1 align="Center">   File filtering<small>.</small> </h1>
 
<p align="Center"> (Appendix 21) </p>
<p> </p>
<pre> There is a possibility to filter files that are uploaded to the BBS.  This<br>is done by a F_FILTER program.<br><br> The F_FILTER may also be created as a DLL.  Both for WinFBB and DosFBB (!!).<br>The filter must be installed in the path (\FBB\BIN) of Dos.<br><br> If the F_FILTER exists, the temporary file is no longer deleted by WinFBB <br>(unless return value from F_FILTER is 0), the filter must decide what to do. <br><br> F_FILTER receives as parameter a file in which are given information such <br>as asked filename and label. If F_FILTER returns 0, then the file is normally<br>recorded (and the temporary file is deleted), else nothing is done by FBB. <br>The text returned by F_FILTER will be sent to the user. So an archive may be <br>compressed, scanned, and a report may be sent to the user. This can be done <br>in real time or delayed. <br><br><br>&nbsp;&nbsp;

<font color="#800000">This page was last updated 17-Apr-99</font>

</pre>
 
</body>
</html>