home *** CD-ROM | disk | FTP | other *** search
- ; ╒══════════════════════════════════════════════════════════════════╕
- ; │░░░ FD2FTP Configuration File Written By: Khile T. Klock ░░░│
- ; ╘══════════════════════════════════════════════════════════════════╛
- ;
- SYSOP Khile Klock ;Sysop Name
-
- ADDRESS 1:357/1.0 ;This is YOUR VALID and PRIMARY node address
- ;Should be a 4D Address
-
- LOGFILE I:\FD\FD2FTP.LOG ;Where to output info on activity.
-
- NETDIR C:\FD\MAIL-OUT ;Outbound (NET)Mail (*.MSG) is Stored here...
-
- FTPIN I:\FD\FILES-IN\FTP-IN ;Inbound FTP Files go here.
-
- ;-------------------- Outbound Feed Information ----------------------------
- ;
- ; Region 17 FTP Feed
- Begin
- FTPFEED 1:138/146.0 USE_AKA 1:357/1.0 ;Where do you get your FTPMail from.
- ;USE What AKA to send as? (Optional)
- ;If USE_AKA is not specified, the
- ;address defined for the ADDRESS
- ;key word is used.
- ;-----------------------------------
- ;
- PASSWORD RGN17FD ; For security, what PKT password?
- ; (First 8 Characters are used)
- ;
- FTPOUT I:\FD\FTP-OUT\RGN17 ;Outbound FTP Files go here.
- ;
- ; IGNORE_DIR ; Don't send DIR Messages!
- ;
- ; SEND_CRASH ; Send Messages marked CRASH
- ;
- ; SEND_IMM ; Send Messages marked IMMediate
- ;
- ; Remember! This is an ALPHA!
- ;
- ROUTE-FOR 1:105/ALL 138/ALL 352/ALL 353/ALL 355/ALL 356/ALL
- ;
- ; Note: ROUTE-FOR means, ROUTE FOR these addresses... We already know who
- ; to ROUTE-TO (FD KeyWord), since we defined the FTPFEED in this Block.
- End
- ;
- ; Southern Star Link (BackBone and FileBone)
- Begin
- FTPFEED 1:396/1.0 USE_AKA 1:357/1.0 ;Where do you get your FTPMail from.
- ;USE what AKA to send as? (Optional)
- ;If USE_AKA is not specified, the
- ;address defined for the ADDRESS
- ;key word is used.
- ;-----------------------------------
- ;
- PASSWORD SSTRBONE ; For security, what PKT password?
- ; (First 8 Characters are used)
- ;
- FTPOUT I:\FD\FTP-OUT\SSTRBONE ;Outbound FTP Files go here.
- ;
- ; IGNORE_DIR ; Don't send DIR Messages!
- ;
- ; SEND_CRASH ; Send Messages marked CRASH
- ;
- ; SEND_IMM ; Send Messages marked IMMediate
- ;
- ; Remember! This is an ALPHA!
- ;
- ROUTE-FOR ALL
- EXCEPT MYNET 1:105/ALL 138/ALL 352/ALL 353/ALL 355/ALL 356/ALL 8:ALL
- ;
- ; Note: ROUTE-FOR means, ROUTE FOR these addresses... We already know who
- ; to ROUTE-TO (FD KeyWord), since we defined the FTPFEED in this Block.
- End
- ;
- ;------------------------------ Go GIGO Go! ---------------------------------
- ; It's even useful for GIGO!
- ;
- ; 1:357/100 is the address of my FidoNet Gateway, so if mail is destined
- ; for that address, we'll packetize it up and shoot it over to the GIGO
- ; packet directory where GIGO can process it!
- ;
- ; Might also work with WaterGate, dunno....??? Ramon or John?
- ;
- Begin
- FTPFEED 1:357/100.0 USE_AKA 1:357/1.0 ;What Address is your Gateway?
- ;USE what AKA to send as? (Optional)
- ;If USE_AKA is not specified, the
- ;address defined for the ADDRESS
- ;key word is used.
- ;----------------------------------
- FTPOUT I:\GIGO\PACKETS\ ;Outbound Gateway Files go here.
- ;
- ; IGNORE_DIR ; Don't send DIR Messages!
- ;
- SEND_CRASH ; Send Messages marked CRASH
- ;
- SEND_IMM ; Send Messages marked IMMediate
- ;
- End
-