• Adding Files...

    From Charles Stephenson@1:226/16 to All on Sat Jun 2 07:37:54 2018
    All,

    Is there a linux/Synchro Utility that I can add missing files to my file
    area? I imported files, but seems that they only read the file_id.diz from
    the *.zip files. I have arj and tar too that for some reason it's not reading into...

    Thanks

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The New Frontier ][ - Akron, Ohio *We're back!* (1:226/16)
  • From Al@1:103/705 to Charles Stephenson on Sun Jun 3 02:49:18 2018
    Re: Adding Files...
    By: Charles Stephenson to All on Sat Jun 02 2018 07:37 am

    Is there a linux/Synchro Utility that I can add missing files to my file area? I imported files, but seems that they only read the file_id.diz from the *.zip files. I have arj and tar too that for some reason it's not reading into...

    When I add files without a file_id.diz I create a files.bbs with the files I want to import..

    filename.ext Description line one
    Description line two
    filenam1.ext Description line one
    Description line two
    filenam2.ext Description line one
    Description line two
    Description line three

    and then use addfiles in the exec directory to import them. Addfiles has a lot of options.. just run exec/addfiles to see them.

    Ttyl :-),
    Al


    ... All right, so I like spending money! But name one other extravagance.

    ---
    * Synchronet * The Rusty MailBox - Penticton, BC Canada
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Marisag@1:103/705 to Charles Stephenson on Sun Jun 3 22:29:22 2018
    Re: Adding Files...
    By: Charles Stephenson to All on Sat Jun 02 2018 07:37:54

    All,

    Is there a linux/Synchro Utility that I can add missing files to my file

    I have a suite of tools for managing files on a linux synchronet bbs. For example tou can run one script to add files in the current directory to the BBS's file area, and then after you are done adding those you run another script to post a message to a group in the bbs. I can give you the direct link to download at https://SYnchronetBBS.org or even better you can clone it on github. Ask me if you can't find "bbs_utils" there...

    Marisa
    --- https://AmigaCity.xyz - Portal for the Amiga - More than 2,600 free DLs
    --- https://AmigaCityLaptops.com - Laptops & Handhelds that run AmigaOS
    --- https://AmigaCity.xyz/radio.html - Amiga game music 24/7
    --- https://BBSlist.SynchronetBBS.org - Active BBS List for all BBS types
    --- https://SynchronetBBS.org/OurServers - A list of all our websites
    * Synchronet * Amiga City - The BBS for the Amiga - more than 2,500+ files
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Android8675@1:103/705 to Charles Stephenson on Mon Jun 4 07:58:22 2018
    Re: Adding Files...
    By: Charles Stephenson to All on Sat Jun 02 2018 07:37 am

    Is there a linux/Synchro Utility that I can add missing files to my file area? I imported files, but seems that they only read the file_id.diz from the *.zip files. I have arj and tar too that for some reason it's not reading into...

    http://wiki.synchro.net/util:addfiles

    Addfiles will only know how to extract from .zip files unless you configure sbbs to recognize other compression formats.

    I'm running 7-zip under windows, but here's what I use to get into .tar files... (you can find this bit under "scfg > File Transfer Configuration > Extractable files...")

    +-------------------------------------------+####
    | Extractable File Type |#### |-------------------------------------------|### #
    | |File Extension tar |####
    | |Command Line 7z x -y -o%g %f %s |####
    | |Access Requirements |#### +-------------------------------------------+

    There's also a section in echocfg where you can setup archive types check out: http://wiki.synchro.net/util:sbbsecho

    for more information, look for archive types on the page.

    I have settings for a bunch of compression types, lemme know if you need help.

    -A.
    --
    Android8675@ShodansCore



    ... All turtle thoughts are of turtle.

    ---
    * Synchronet * Shodan's Core @ ShodansCore.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Charles Stephenson@1:226/16 to Al on Tue Jun 5 16:58:28 2018
    On 06/03/18, Al said the following...

    When I add files without a file_id.diz I create a files.bbs with the
    files I want to import..

    filename.ext Description line one
    Description line two

    The problem is they have file_id.diz in them, it will import the files, but won't add the description. it's doing it for the *.zip files. it will import all my *.arj, *.tar files, but won't extract the file_id.diz from those. I
    have like over 10k+ files that it didn't exact the file_id.diz from.

    Thanks

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The New Frontier ][ - Akron, Ohio *We're back!* (1:226/16)
  • From Charles Stephenson@1:226/16 to Marisag on Tue Jun 5 17:10:01 2018
    On 06/03/18, Marisag said the following...

    I have a suite of tools for managing files on a linux synchronet bbs. For example tou can run one script to add files in the current directory to the BBS's file area, and then after you are done adding those you run another script to post a message to a group in the bbs. I can give you

    Thanks! I'll be downloading it here soon

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The New Frontier ][ - Akron, Ohio *We're back!* (1:226/16)
  • From Charles Stephenson@1:226/16 to Android8675 on Tue Jun 5 17:13:37 2018
    On 06/04/18, Android8675 said the following...

    http://wiki.synchro.net/util:addfiles


    I read through that before, wasn't any help with my issue.

    I'm running 7-zip under windows, but here's what I use to get into .tar files... (you can find this bit under "scfg > File Transfer
    Configuration > Extractable files...")

    +-------------------------------------------+####
    | Extractable File Type |#### |-------------------------------------------|### #
    | |File Extension tar |####
    | |Command Line 7z x -y -o%g %f %s |####
    | |Access Requirements |####

    THAT is what I need! :)

    There's also a section in echocfg where you can setup archive types
    check out: http://wiki.synchro.net/util:sbbsecho


    I need that as well! that's will fix my problems!

    Thanks!

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The New Frontier ][ - Akron, Ohio *We're back!* (1:226/16)
  • From Digital Man@1:103/705 to Charles Stephenson on Wed Jun 6 11:57:09 2018
    Re: Re: Adding Files...
    By: Charles Stephenson to Al on Tue Jun 05 2018 04:58 pm

    On 06/03/18, Al said the following...

    When I add files without a file_id.diz I create a files.bbs with the files I want to import..

    filename.ext Description line one
    Description line two

    The problem is they have file_id.diz in them, it will import the files, but won't add the description. it's doing it for the *.zip files. it will import all my *.arj, *.tar files, but won't extract the file_id.diz from those. I have like over 10k+ files that it didn't exact the file_id.diz from.

    If you have ARJ and TAR configured correctly as "Extractable File Types" in SCFG->File Options, then it will extract and import the file_id.diz from those file types.

    digital man

    Synchronet "Real Fact" #79:
    172 Synchronet Match Maker registrations were sold (@$69) between 1995 and 1996.
    Norco, CA WX: 69.9oF, 66.0% humidity, 0 mph SSW wind, 0.00 inches rain/24hrs --- SBBSecho 3.04-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Android8675@1:103/705 to Charles Stephenson on Thu Jun 7 07:16:55 2018
    Re: Re: Adding Files...
    By: Charles Stephenson to Android8675 on Tue Jun 05 2018 05:13 pm

    +-------------------------------------------+####
    | Extractable File Type |####
    |-------------------------------------------|### #
    | |File Extension tar |####
    | |Command Line 7z x -y -o%g %f %s |####
    | |Access Requirements |####

    THAT is what I need! :)

    Look Guys! I'm helpful!

    Hope you got it working. I love old compression schemes and I love that SBBS lets me use them. I carry a lot of Atari files and, for example, the .zoo compression scheme was kind of a pain to get working correctly...

    +[*][?]--------------------------------------------------+
    | Compressable File Type | |--------------------------------------------------------|
    | |File Extension zoo |
    | |Command Line zoo ahqqqC %f %s < %zbbs-ad.txt |

    Compresses and adds my bbs comment at the top.

    Here's the compression line for tar using 7z...

    +[*][?]-------------------------------------------+
    | Compressable File Type | |-------------------------------------------------|
    | |File Extension tar |
    | |Command Line 7z a -ttar -y -w%g %f %s |

    and good ole .zip...

    +[*][?]------------------------------------------------+
    | Compressable File Type | |------------------------------------------------------|
    | |File Extension zip |
    | |Command Line 7z a -mx9 -tzip -y -w%g %f %s |

    -mx9 = ultra compression. :P

    -A.
    --
    Android8675@ShodansCore



    ... Death is mother nature's warning to slow down.

    ---
    * Synchronet * Shodan's Core @ ShodansCore.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Al@1:103/705 to Android8675 on Thu Jun 7 13:17:34 2018
    Re: Re: Adding Files...
    By: Android8675 to Charles Stephenson on Thu Jun 07 2018 07:16 am

    Look Guys! I'm helpful!

    Indeed it is. I don't have 7z on linux but I do have p7zip. I'll have to try that one day when I have the time and see if that is doable.

    I'll share my extractable, viewable and testable command lines for rar files below for those interested.

    Viewable files

    unrar -la -cfg- %f

    Extractable files

    unrar x -cfg- -cu %f %s %g

    Testable files

    unrar t -cfg- %f

    Ttyl :-),
    Al


    ... Please write your complaint in this box [ ] - Legibly

    ---
    * Synchronet * The Rusty MailBox - Penticton, BC Canada
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Charles Stephenson@1:226/16 to Digital Man on Thu Jun 7 14:15:47 2018
    On 06/06/18, Digital Man said the following...


    If you have ARJ and TAR configured correctly as "Extractable File Types" in SCFG->File Options, then it will extract and import the file_id.diz from those file types.


    That's what the issue is, I have the arj/tar files installed, I don't know
    the syntax to add to sbbs.cfg

    Thanks!

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The New Frontier ][ - Akron, Ohio *We're back!* (1:226/16)
  • From Charles Stephenson@1:226/16 to Android8675 on Thu Jun 7 14:16:59 2018
    On 06/07/18, Android8675 said the following...

    Look Guys! I'm helpful!


    YES! answered my question 110% Thank you! :) hehe

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The New Frontier ][ - Akron, Ohio *We're back!* (1:226/16)
  • From poindexter FORTRAN@1:103/705 to Charles Stephenson on Fri Jun 8 06:23:22 2018
    Re: Re: Adding Files...
    By: Charles Stephenson to Android8675 on Thu Jun 07 2018 02:16 pm

    Look Guys! I'm helpful!

    Beating Digital Man to an answer, and getting it right is a challenge around here...

    I did *once*, I think DM was under the weather at the time. :)

    ---
    * Synchronet * realitycheckBBS -- http://realitycheckBBS.org
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Tony Langdon@3:633/410 to poindexter FORTRAN on Sat Jun 9 08:47:00 2018
    poindexter FORTRAN wrote to Charles Stephenson <=-

    Beating Digital Man to an answer, and getting it right is a challenge around here...

    That's impressive! :D

    I did *once*, I think DM was under the weather at the time. :)

    Hahaha, gotta use whatever advantage you can get. :D


    ... BREAKFAST.COM Halted...Cereal Port Not Responding.
    === MultiMail/Win32 v0.49
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)