[comp.sys.apple2] Unix tools for dealing with Apple II files?

lwv27@CAS.BITNET (08/14/90)

I have an old version of sciibin and Nulib 2.2 .  I am wondering what
other tools are available for processing Apple II type files on Unix.
For instance, anything to convert Appleworks or AWGS files into Unix
based files (troff, ps, framemaker, tex, etc.)?  How about new versions
of the above two programs?

Also, I have not been able to figure out how to upload files from home to
work.  For instance, I download a report, do some editing, and then want
to upload it.  I have used Talk is Cheap! and Kermit 3.86 .  I have to
go thru an intermediate phone computer to get to the machine at work, but
have been assured that it is not getting in the way.  I dial into a
Ultrix (3.1 or 4.0) system and have access to the std ckermit there.

I also have access to xmodem (umodem I think) and dsz there.

What do I have to do to stty to get the comm path set up?  When I try
to just run things, I get strings of errors (different ones at different
times) and never get a file uploaded).  Interestingly enough I AM able
to get files to download.
--
Larry W. Virden
Business: UUCP: osu-cis!chemabs!lwv27  INET: lwv27%cas.BITNET@CUNYVM.CUNY.Edu
Personal: 674 Falls Place,   Reynoldsburg,OH 43068-1614
Proline: lvirden@pro-tcc.cts.com   America Online: lvirden     CIS: [75046,606]

max@lgc.com (Max Heffler) (08/15/90)

With the Annex Terminal Server, I use:

	stty attn null

which works great for text transfers
for binary, i will use:

	stty iflow none oflow none

but i have not tried it yet...
--
Max Heffler			internet: max@lgc.com
Landmark Graphics Corp.		uucp: ..!uunet!lgc!max
333 Cypress Run, Suite 100      phone: (713) 579-4751
Houston, Texas  77094

bh1e+@andrew.cmu.edu (Brendan Gallagher Hoar) (08/19/90)

stty attn null works for you, stty attn undef works for me...

try both!