[Prev][Next][Index][Thread]
Re: teslac
-
To: tesla
-
Subject: Re: teslac
-
From: chip (Chip Atkinson)
-
Date: Fri, 16 Dec 1994 10:54:33 +0700
I did roughly the same thing and had no problem. Here's what I did:
Use an editor to remove all the unrelated message stuff on each of the files.
cat msg1 msg2 > msg
Then from the PC, I used ftp to get the file. I used binary mode in ftp
so that the zip file would come over OK.
ftp> bin
type set to I
ftp> get msg
ftp> quit
Then I used unzip (version 2.04) and ran it.
Chip