[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

3904.0. "ZOO PROBLEMS "HELP!"" by MALMA1::SMEDBERG () Thu Jul 05 1990 09:16

    WHY!
    
    Dosen't my DOWN/UP-LOAD with ZOO FILES AND ATALK3 WORK!
    
    THE ZOO FILES IS ALWAYS CORRUPTED!!! 
    
    But WHEN Receiving ARC files it works just greate?
    
    I SET THE SESSION/PASSALL in "lokal>" MODE and in "KERMIT>" i set's
    it to SET FILE MODE BINARY....
    And then send's the file!!!!????
    
    The settings on the amiga is also set to BINARY.
    
    Then i use ZOO v2.00 but it never seems to work, it stills corrupted!
    
    (FILES With the extension .LZH What tool do i have to unpack them??)
    
T.RTitleUserPersonal
Name
DateLines
3904.1CVTARCNAVIER::MELLITZThu Jul 05 1990 09:523
    User CVTARC V filename before down loading to the Amiga.
    
    ...rich
3904.2CVTARC V filename!MALMA1::SMEDBERGThu Jul 05 1990 11:086
    ?
    User CVTARC V filename!
    
    What does this do to the zoo files? and how does it work?
    
    M.V.H. Johan
3904.3CLO::COBURNGrowing older, but not up...Thu Jul 05 1990 11:2310
    CVTARC V filename converts the file from whatever format it is
    currently in (usually Stream_LF) to variable length records. This is
    the format that Kermit requires the files to be when downloading.
    
    The CVTARC program opens the input file and creates a new output file
    in the proper format and then reads each record from the original and
    writes it to the new file doing all the proper buffering that is
    needed.
    
    John
3904.4Tried <AMIGA.TOOLS>:CVTARC....MALMA1::SMEDBERGFri Jul 06 1990 03:538
    But where do i then find this program? "CVTARC.EXE"
    
    So it will work just fine with ZOO files too and not only ARC files
    wich i no newer had any problems with!
    
    M.V.H. JohSm
    
                  :-/
3904.5CVTARC WORKS?!?!?!MALMA1::SMEDBERGFri Jul 06 1990 07:3933
    Now i'm really confused!
    
    I copied this "CVTARC.EXE" to my default directory and tried to
    get it done but it dosen't seem to work!
    
    I get thes error message:
    
    $CVTARC V GOMF.ARC GOMF2.ARC
    
    %DCL-W-MAXPARM, too many parameters -reenter command with fewer
     /V/                                                         parameters.
    $
    
    I have tried diffrent combinations but it still don't work..
    ($CVTARC U gomf.arc, $CVTARC V GOMF.arc, $CVTARC U : all retuns
     the same error message...)
    
    One more thing that i would understand, the problem to down loading
    those files is depending on The Record FORMAT:?????
    
    I'v tried to download files with "RECORD FORMAT:512 BYTE RECORDS"
    and it seems to work fine! But it dosen't seem's to work with STREAM
    format?!.
    
    I'm tried to read in diffrent notes about this but i'v still don't
    understand this 'wacko' thing!. (Perhaps ther is some one who has
    a dcl .com program that checks all things out before sending files
    and so on?!)
    
    Still Needs help!
    
    M.V.H. JohSm      
                   :-(
3904.6CLO::COBURNGrowing older, but not up...Fri Jul 06 1990 10:0520
    You need to define CVTARC as a foreign command as follows:
    
    $ CVTARC :== $SYS$LOGIN:CVTARC
    
                 ^ This '$' is a required character.
    
    Then 
    
    $ CVTARC V oldfilename
    
    The converted file will have the same name but a newer version.
    
    Yes, file downloads with kermit depend on the files record type being
    fixed or variable - Kermit doesn't understand StreamLF files and will
    mung them every time. The newest VMS CKermit (Kermit written in C)
    works OK with STreamLF files but I don't know where the latest version
    is located. 
    
    John
    
3904.7Docs for ZOO Binary conversions in VMSZOO.DOCSNOC01::KINGRandall King @SNO Sydney, AussielandMon Sep 17 1990 10:2913
    
    For posterity, "BILF" is supposed to come with the VAX version of
    ZOO.EXE to do these conversions, but I havent found it on the nets yet.
    
    There is a full explanatory document about these Stream-LF to Binary
    conversions necessary in WJG::AMIGA:VMSZOO.DOC, along with ZOO.EXE
    for your use on the VMS end if needed.
    
    I guess CVTARC is just another means to the same end.
    
    Cross reference to Topic 3362 for similar discussion, amongst others.
    
    Randall King @SNO