[Prev][Next][Index][Thread]

Re: teslac



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