Text 8965, 209 rader
Skriven 2017-05-11 23:59:06 av TequilaMockingbird Online (53950.2ftscpubl)
Ärende: New Files Received
==========================
System name: TequilaMockingbird Online
Sysop: Bill McGarrity
Location: The Badlands of New Jersey USA
Networks: 1:266/404@fidonet 316:973/2@whispnet 618:100/24@micronet
24:24/0@sportnet 46:1/159@agoranet 10:3/68@league10
801:1/13@rdwxnet
Telnet: tequilamockingbirdonline.net
Web: bbs.tequilamockingbirdonline.net
FTP: ftp: ftp.tequilamockingbirdonline.net:2121
Running: Synchronet 3.17a Win/32 - Windows Server 2008 Enterprise
Mailer: binkd/1.1a-95/win32 IPv6 Native
-------------------------------------------------------------------------------
The following files were received today:
>Area : DBNDIFF : Fidonet: DB Weekly Nodediff
-----------------------------------------------------------------------------
DBNETDIF.A32 198 DBNET Nodediff
Orig: 1:229/426
-----------------------------------------------------------------------------
198 bytes in 1 file(s)
>Area : DBNLIST : Fidonet: DB Weekly Nodelist
-----------------------------------------------------------------------------
DBNETLST.A32 1130 DBNET Nodelist
Orig: 1:229/426
-----------------------------------------------------------------------------
1130 bytes in 1 file(s)
>Area : DIFFZIP : Fidonet: Fidonet NodeDiffs
-----------------------------------------------------------------------------
nodediff.z32 2033 Fidonet Nodelist Difference file z32
Orig: 1:261/38
-----------------------------------------------------------------------------
2033 bytes in 1 file(s)
>Area : I-ARGUS : Fidonet: Weekly ARGUS.TXT auxiliary TCP/IP node override file
-----------------------------------------------------------------------------
i-argus.z32 13306 Argus TCP/IP nodelist for 2017-05-12 (132)
Orig: 3:712/848
-----------------------------------------------------------------------------
13306 bytes in 1 file(s)
>Area : NASA : Fidonet: Earth & Space Science Material
-----------------------------------------------------------------------------
AP170511.ZIP 2068132 NASA Astronomy Picture of the Day (plus published
Report; antwrp.gsfc.nasa.gov)
Orig: 1:393/68
-----------------------------------------------------------------------------
2068132 bytes in 1 file(s)
>Area : NODEDIFF : Fidonet: Fidonet NodeDiffs
-----------------------------------------------------------------------------
nodediff.a32 2632 Fidonet Nodelist Difference file a32
Orig: 1:261/38
-----------------------------------------------------------------------------
2632 bytes in 1 file(s)
>Area : NODELIST : Fidonet: Fidonet Nodelists
-----------------------------------------------------------------------------
nodelist.z32 65533 FidoNet nodelist for day 132, 2017
Orig: 1:261/38
-----------------------------------------------------------------------------
65533 bytes in 1 file(s)
>Area : PASCLNET : PAS Pascal-Net related files and tools
-----------------------------------------------------------------------------
pasndlst.131 31593 Daily PascalNt Nodelist
Orig: 115:115/16
-----------------------------------------------------------------------------
31593 bytes in 1 file(s)
>Area : PDNBASIC : PDN: Basic Related
-----------------------------------------------------------------------------
QB64UTL6.ZIP 253218 The Set Of More Windows Utilities. Includes QB64 PD
BASIC source code. Author: Erik Jon Oredson Email:
eoredson@gmail.com Urls: www.filegate.net Publish:
05/05/2017 Version: v6.0a r1.0a
Orig: 1:261/38
-----------------------------------------------------------------------------
253218 bytes in 1 file(s)
>Area : WEATHER : Fidonet: Daily Graphic Forecasts
-----------------------------------------------------------------------------
DAILYWET.ZIP 772445 Daily Weather Graphics Forecasts for North America
from NOAA and wisc.edu
Orig: 1:393/68
-----------------------------------------------------------------------------
772445 bytes in 1 file(s)
=============================================================================
>Total 3210220 bytes in 10 file(s)
-----------------------------------------------------------------------------
Magic Names:
FIDONEWS - Latest FidoNews
NODEDIFF - Latest Weekly Nodediff
BACKBONE - Latest NAB
NODELIST - Latest Nodelist
FIDOGAZETTE - Latest FidoGazette
DAILYLIST - Latest Daily Nodelist
SPORNODE - SportNet Nodelist
SPORDIFF - SportNet Nodediff
SPORECHO - SportNet Echolist
SPORGATE - SportNet Filegate
SPORINFO - SportNet InfoPak
WENINFO - Latest WhispNet Information Pack
WENNODE - Latest WhispNet Nodelist
MICRONET - Latest Micronet Information Pack
AGORANET - Latest Agoranet Information Pack
ALLFILES - Complete list of files at TequilaMockingbird Online
The above Magic Name files are available via Netmail FREQ. Simply send a
.REQ netmail to ALLFIX@1:266/404.
For those who don't know how to make a .REQ file, please do the following:
[FIRST METHOD]
1. Create a file containing the magic or actual file name(s) of the
desired file(s)... both of these are magic names on my
system...
echo SPORNODE >> WPUSA.REQ
echo FIDONEWS >> WPUSA.REQ
2. Rename the file using the hex of my net and node... each must be
padded with leading zeros to make four places... Net: 266 Node: 404
266 == 010a
404 == 0194
ren WPUSA.REQ 010a0194.req
3. Move the REQ file to your proper outbound directory for zone 1 since
I'm in zone 1... in my case, this is just the .../outbound folder you have
configured in binkd... for others it would be .../outbound.001 if zone 1
is not their primary zone...
move 010a0194.req .../outbound/010a0194.req
4. Create a poll file of the same name in the same directory to trigger
binkd to connect to the remote system... a REQ file by itself will not
trigger the poll... a ?LO file is required...
echo.>> .../outbound/010a0194.clo
5. sit back and watch binkd send the request and pick up the files
and/or response messages...
[/FIRST METHOD]
[SECOND METHOD]
1. Create a file containing the magic or actual file name(s) of the
desired file(s)... i'll use my master files list and the fido history
archive in this example... both of these are magic names on my
system...
echo SPORNODE >> WPUSA.REQ
echo FIDONEWS >> WPUSA.REQ
2. Move the REQ file to your proper outbound directory for zone 1 since
i'm in zone 1... in my case, this is just the /outbound folder you have
configured in binkd... for others it would be /outbound.001 if zone 1
is not their primary zone...
move WPUSA.REQ /.../outbound/wpusa.req
[ yes i renamed the REQ file to all lower case in the move to show that
one can move and rename at the same time ;) ]
3. Create a poll file containing a pointer to the REQ file in the
outbound directory... the poll file must be the hex net and node as
shown in the example above... a REQ file by itself will not trigger the
poll... a ?LO file is required...
echo ^/binkd/outbound/wpusa.req >> /binkd/outbound/010a0194.clo
The '^' in the above tells binkd to delete the req file after it has
been sent... the full path to the REQ file is needed... it may reside
anywhere and is not required to be in the outbound with using this
method...
4. Sit back and watch binkd send the request and pick up the files
and/or response messages...
[/SECOND METHOD]
I just tested both of these and they worked properly If one is using
fileboxes for a system they want to FREQ from, i would
imagine that just placing the REQ file in the filebox would work
without the need to create the ?LO file or mess with the hex format
naming stuff... as long as the file has the REQ extension it should
work...
All other non-MAGIC files available via FTP @:
ftp.tequilamockingbirdonline.net:2121
------------------------------------------------------------------------------
Report generated by: htick/w32-mvcdll 1.9.0-cur 30-6-15
--- SBBSecho 3.02-Win32
* Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)
|