|
Friday May 18, 2012 |
If you are NOT running WINServer BBS software, download and RUN, the (2) 16-BIT files from HERE! The rest of this page does not apply!
LEGEND
XXXXXXX = Valid Logins/Passwords require product registration and a Participation Fee (see FAQ)!
ZZZ = the node number you were assigned by Sunrise Door Software
WINSERVER USERS START HERE!
You can use whatever method you wish to access the FTP sites, there are no hard and fast rules other than needing a login/password combination. For those running Windows , you can use the following BAT and CMD combinations.
To send your InterBBS packets to our FTP sites use the following EXAMPLES.
The names used for the BAT and CMD files are 'suggestions' only and you are free to use any names that would make it easier to understand. When changing the names be sure to change any references to those names in the BAT files
[ EVERYTHING IS CASE SENSITIVE ]
IBBS-UL.BAT
rem Will upload your WIBBS.ZZZ file
ftp -i -n -s:ibbs-ul.cmd
IBBS-UL.CMD
open sunrisedoors.net
user XXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX
binary
del WIBBS.ZZZ
put drive:\path\WIBBS.ZZZ (<<< CHANGE! We suggest the use of the COMPLETE path to the file)
close
quit
===============================================================
To retrieve the updated score file from our FTP sites use:
IBBS-DL.BAT
rem DOWNLOAD the WIBBS.ALL file from the FTP site
cd \path\directory where WIBBS.ALL file will reside once downloaded <<<<<<<< CHANGE!!!! <<<<<<<<<
ftp -i -n -s:ibbs-dl.cmd
IBBS-DL.CMD
open sunrisedoors.net
user XXXXXXXXXXXX
XXXXXXXXXXXXXXX
binary
get wibbs.all
close
quit
![]()
Last modified:
October 14, 2010
![]()