[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

4455.0. "Big Archive woes...." by COMICS::HOGGAN (No, I am not kidding !!!) Mon Jan 28 1991 05:24

    Hi,
    
    I've finally found out how to get files from the Vax to the Ami without
    the need of a phone (and big bills!). I'm using a vaxstation 3100 with
    3.5" drive... All works well except......
    
    How do you transfer files >1450 blocks in size? This appears to be the
    maximum a PC format disk can handle. I believe that SHARing the file
    prior to transfer is possible. How exactly would I do this?
    
    Cheers, Dave.
    
T.RTitleUserPersonal
Name
DateLines
4455.1uue,uudSALEM::LEIMBERGERMon Jan 28 1991 07:5415
    It's been awhile since I had to deal with Shared files.(since we lost
    the Sys.Amiga usenet link). However from what I can remember
    	1) you have to convert any binary files to text format using UUE
    	2) then you can Shar that file using shar,or simply cut it up in
    an editor,and then put it back together on the amiga,and decode it with
    UUD. Now I think all Shar does is puts several files in a text format
    that allows you to mail it to another site over usenet. At that point
    you unshar it and decode it as necessary. Shar will increase your file
    size. I think you are better off making several smaller arced(whatever)
    files to bring down. If you have a very large binary file convert it
    to text shar it,and then cut cut it into several chuncks.(maybe Shar
    will do this for you) I know that any of the older users on the net are
    still accessing usenet,and can probably give you the exact info you
    need.
    							bill
4455.2splitter_vms.zoo might helpSTAR::ROBINSONMon Jan 28 1991 10:2021
     Also, look for splitter_vms.zoo on the net somewhere.
  
   *  Stephen Spodaryk            25-jan-1989
   *  smaug::spodaryk
   *  [email protected]
   *
   *  splitter.c
   *
   *  This program performs two functions:
   *
   *  o It will split a single file into two smaller files, which
   *    can be put onto floppies, DL'd, etc, and later be "rebuilt".
   *    The original file should be in STREAM_LF format, but it didn't seem
   *    to matter during my testing.
     .
     .
     .
     
                                                                             
     
     
4455.3VMSNET::WOODBURYMon Jan 28 1991 18:154
Re .0:

	How'd you get 1450 blocks on a MessyDos disk?  All I could make fit
    was 1425.  Some special switch on the FORMAT command?
4455.4Mayhaps a slightly rounded figure!COMICS::HOGGANNo, I am not kidding !!!Wed Jan 30 1991 04:3211
    Hi,
    
    re -.1
    
    1450 is variable. From what I can see, the figure can vary from disk to
    disk. (Could it be marking sectors as bad and avoiding them?) The
    largest archive I got on a disk was 1448 so I assumed that 1450 was the
    limit. (I couldn't find a 2 block file to try this out :-)
    
    Dave.