|
> I zoo'ed it (with ZOO version 2.0) shipped the file over
> to the vax with kermit, and unzooing produces bad headers.
Once you upload to VMS, run the cvtarc program on it (wjg::amiga:cvtarc.exe).
You need to make cvtarc a foriegn command.
$ cvtarc :== $dev:[directory]cvtarc
$ cvtarc u file.zoo
$ zoo -l file
john
|
|
RE:<<< Note 4402.1 by WJG::GUINEAU >>>
> Once you upload to VMS, run the cvtarc program on it(wjg::amiga:cvtarc.exe).
> You need to make cvtarc a foriegn command.
I did a backward search in the notes and found something like this
from before, I'd of course asked the same question, (brain death |-< )
So I gave it a shot and heres what happened:
Kermited file over, it looks like:
DZOO.ZOO;1 File ID: (967,4,0)
Size: 268/270 Owner: [SYSTEM]
Created: 6-JAN-1991 18:35:50.80
Revised: 6-JAN-1991 19:00:55.56 (2)
Expires: <None specified>
Backup: <No backup recorded>
File organization: Sequential
File attributes: Allocation: 270, Extend: 0, Global buffer count: 0
No version limit
Record format: Variable length
Record attributes: None
RMS attributes: None
Journaling enabled: None
File protection: System:RWED, Owner:RWED, Group:RE, World:
Access Cntrl List: None
Zooing produces:
BLKICE_[SYSMGR]>>zoo -l dzoo.zoo
Archive user$:[amiga]dzoo.zoo;1:
Zoo: ERROR: Archive user$:[amiga]dzoo.zoo;1: Invalid or corrupted archive.
BLKICE_[SYSMGR]>>
CVTARC produces:
BLKICE_[SYSMGR]>>cvtarc u dzoo.zoo dzooc.zoo
BLKICE_[SYSMGR]>>zoo l dzooc.zoo
Archive user$:[amiga]dzooc.zoo;1:
Zoo: ERROR: Archive user$:[amiga]dzooc.zoo;1: Invalid or corrupted archive.
Any thoughts???
|