T.R | Title | User | Personal Name | Date | Lines |
---|
689.1 | needs CVTARC? | TRUMAN::LEIMBERGER | | Fri Sep 04 1987 07:02 | 10 |
| I had the same problem a while back .Many of the files that are
located throughout the net have been run through a process that
takes an arced file and puts it in a format that can be dearced
on the Vax .If I were to take an arced file from my amiga to the
Vax and try to dearc it I would get the same error you are seeing
on the Amiga .I believe the process is CVTARC.exe located in Dave
Weckers account .When I move anything (up,or download) I always
arc the files and then perform the transfer .If you can run arc
on the file from the vax then chanches are you have to convert it
before downloading .
|
689.2 | punctuation | NAC::VISSER | | Fri Sep 04 1987 10:38 | 18 |
| re.: .1 would you please have mercy on my eyes and follow these
rules:
1. the period that ends a sentence follows immediately the last
character of the sentence.
e.g.
This is a sentence.
2. two spaces follow the period at the end of a sentence.
e.g.
This is a sentence. This is another sentence.
Thankyou for your cooperation and support.
|
689.3 | | BAGELS::BRANNON | Dave Brannon | Fri Sep 04 1987 10:49 | 8 |
| re: .2 .picky, .picky, .picky...
re: .1 downloaded files can arrive corrupted over semi-noisy
lines using even Kermit. The CRC can't detect errors that compute
to the same CRC. VMSSWEEP and CVTARC/ARC on VMS are a great sanity
check on if the ARC was intact before you downloaded.
-dave
|
689.4 | cvtarc .exe | AUNTB::PRESSLEY | | Fri Sep 04 1987 10:53 | 5 |
| 689.1
I had the same problem but gave up. Do you have cvtarc.exe in
your directory? To 689.2. Thanks for the laugh .I did not even
notice the writing style of 689.1 until you mentioned it .I went
back to take another look at 689.1 and cracked up .
|
689.5 | sanity check procedure | AUNTB::PRESSLEY | | Fri Sep 04 1987 10:59 | 7 |
| Sanity check procedure: (correct me if I'm wrong.)
1 - copy arc file to your directory
2 - run cvtarc against arc file
3 - attempt to dearc on vax
4 - if no errors then download to amiga
|
689.6 | I'll try harder | TRUMAN::LEIMBERGER | | Fri Sep 04 1987 12:47 | 17 |
| It has been my understanding that CVTARC was written so that files
readable on the Vax could be converted to a format required by kermit.
If you type in the command to run CVTARC without any arguements
you get info stating what the program needs.
CVTARC u (infile) (outfile) !stream_lf for VAX
CVTARC v (infile) (outfile) !fixed length records for kermit
This was mentioned once in this notes file someware,in a discussion
with D. Wecker about replacing VMSweep with ARC.(hell on punctuation
but good on memory) I use kermit in image mode for all my transfers
with the Vax and have had very good luck. I don't know about XMODEM.
I know that if I download from "deep thought",or Plink using XMODEM,
WXMODEM respectivly,and then upload to the vax I get header errors
trying to dearc until I run CVTARC.
bill
|
689.7 | 8 bit line | VIDEO::LEIBOW | | Fri Sep 04 1987 13:14 | 9 |
|
Make sure you dial up on an 8-bit line. If you use a line that
strips off the 8'th bit, then your transfer won't work.
I used to dial up to a lat-11 here that stripped the 8th bit, but
now I know better...
--Mike
|
689.8 | set term/eightbit | AUNTB::PRESSLEY | | Fri Sep 04 1987 17:03 | 2 |
| Is it necessary to set the terminal on the vax to eight bit mode?
$ set term/eightbit
|
689.9 | | BAGELS::BRANNON | Dave Brannon | Fri Sep 04 1987 17:51 | 4 |
| i always use $ set term/nobroadcast/eightbit
just to be safe. I have it in a KERMIT.COM procedure that does
the set term, then kermit, then set term/broadcast.
|
689.10 | SET FILE TYPE BINARY | NAAD::SWARR | Learner's Permit | Sat Sep 05 1987 00:39 | 15 |
| RE: .0
I get the same message, but its because I keep forgetting something.
To transfer ARC files kermit must also be set to binary mode. I
seem to always forget to do that. Lucky me, I always end up sitting
thru two xfers.
$KERMIT
set file type binary
server
If you are using VT100 from the amiga set the COM setup option to
IMAGE.
|
689.11 | English Lit | DICKNS::MACDONALD | WA1OMM Listening 224.28 | Fri Sep 11 1987 11:43 | 3 |
| re. .2
Thank you is comprised of two words; "Thank" and "you."
|
689.12 | humble mumble | NAC::VISSER | | Fri Sep 11 1987 15:28 | 3 |
| I stand corrected .Thankyou .I mean "Thank" "you." .No, better
just make that thanks.
|
689.13 | typographic criticism | SAUTER::SAUTER | John Sauter | Fri Sep 11 1987 15:47 | 2 |
| As long as we're getting picky, a sentence should end with a period.
John Sauter
|
689.14 | slap me if I start to dose off | SZOFNA::CBODINE | C.B. | Fri Sep 11 1987 16:15 | 3 |
| unless it's a question or exclamation.
zzz...zzz........
|
689.15 | Multitasking....my eye! | IVOGUS::BAGUE | Open the pod bay doors, HAL................ | Tue Mar 22 1988 18:05 | 10 |
| Another question about ARC. I recently downloaded an arc file to
ram: and began the download of a second larger file to ram:. I
then started up a new cli and tried to dearc the first file in ram:
to disk. The arc command failed and came up with the message "arc
command file not found". I reran the arc command with df0:c/arc
and got the same message. I first thought that the problem was
a memory limitation but the workbench showed that I had 145K bytes
left. Anyway, after the second download finished and I shut down
Smokey, the arc command suddenly worked! Is there something mutually
exclusive to running arc and Smokey together?
|
689.16 | could be better | CIMNET::KYZIVAT | Paul Kyzivat | Tue Mar 22 1988 18:28 | 7 |
| re: .15
I have noticed this too. While I didn't investigate much, I think that all of
the destination files of a single Kermit transfer remain busy until the the
entire transfer is complete. It is inconvenient.
Paul
|
689.17 | | COOKIE::WITHERS | SN*W is a 4-letter word! | Tue Mar 22 1988 18:49 | 3 |
| I've seen this with VT100 v2.6&7 too...
|