• Code for files

    From Spiritwild@VERT/TALAMASC/SPIRIT to Digital Man on Sun Jan 30 14:58:00 2000
    Hey Rob, What's the best code to add to a baja mod to download a perticular file ? Lets say a menu that has "hit [D] to download this file"
    Thanks!

    ---
    þ Synchronet þ SPIRIT OF THE WILD BBS
  • From PistolGrip@VERT/WASTELND to Spiritwild on Sun Jan 30 18:29:00 2000
    RE: Code for files
    BY: Spiritwild to Digital Man on Sun Jan 30 2000 01:58 pm

    Hey Rob, What's the best code to add to a baja mod to download a perticular file ? Lets say a menu that has "hit [D] to download this file"
    Thanks!

    FILE_DOWNLOAD
    -------------
    This function attempts to download all files matching the filespec contained
    in the current command string.

    FILE_GET
    --------
    This function is used to remotely download a file that is not in the file database. This function is normally reserved as a "sysop only" operation.
    The path and filename to be downloaded are contained in the current command string.

    FILE_SEND
    ---------
    Same as FILE_GET, but doesn't require system password.



    ---
    þ Synchronet þ WasteLand BBS þ telnet://wasteland.darktech.org
  • From Beta@VERT/TALAMASC to Spiritwild on Sun Jan 30 18:48:00 2000
    RE: Code for files
    BY: Spiritwild to Digital Man on Sun Jan 30 2000 03:58 pm

    Hey Rob, What's the best code to add to a baja mod to download a perticular file ? Lets say a menu that has "hit [D] to download this file"
    Thanks!

    FILE_SEND <Complete path to file and file name>
    From line 4263 of the BAJA.DOC file.

    Or for a file in the file database on the BBS
    FILE_DOWNLOAD
    Must read line 4127 of BAJA.DOC to figure this on out. :)
    Beta

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Angus Netfoot@VERT/TALAMASC to Spiritwild on Sun Jan 30 19:56:00 2000
    RE: Code for files
    BY: Spiritwild to Digital Man on Sun Jan 30 2000 03:58 pm

    Hey Rob, What's the best code to add to a baja mod to download a perticular file ? Lets say a menu that has "hit [D] to download this file"

    Just guessing, mind you, but might it be: FILE_DOWNLOAD ???


    SETSTR "*.BAT"
    FILE_DOWNLOAD

    should do it for all the BATch files....

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com