Dec 262017
 
File Door v3.1 for shareware version of SearchLight. Allows external file transfer protocols, includes Turbo Pascal source.
File FILEDR31.ZIP from The Programmer’s Corner in
Category BBS Files
File Door v3.1 for shareware version of SearchLight. Allows external file transfer protocols, includes Turbo Pascal source.
File Name File Size Zip Size Zip Type
FILEDOOR.DEF 143 57 deflated
FILEDOOR.DOC 718 396 deflated
FILEDOOR.EXE 25904 13259 deflated
FILEDOOR.PAS 42102 7469 deflated
SLSTUFF.INC 21840 6897 deflated

Download File FILEDR31.ZIP Here

Contents of the FILEDOOR.DOC file


File Door version 3.1
public domain
by Anthony Li

Installation:
(1) Put filedoor.exe in your program directory.
(2) Create filedoor.def. Every line should describe a different protocol:
description;filespec;upload_parameters;download_parameters
Filespec is the path and filename of the program.
Upload_parameters and download_parameters are the parameters that are
passed to the protocol. File Door will replace the first occurrence of
"%FILE" (uppercase!) in the parameters with the name of the file to
transfer.
Here's an example using DSZ's ZModem:
ZModem;c:\bbs\dsz.com;rz %FILE;sz %FILE
(3) Modify doors.def:
1;0;1;0;File Door;.;filedoor.exe %M %G


 December 26, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)