Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!aplcen!robbar From: robbar@aplcen.apl.jhu.edu (Baruch robert) Newsgroups: comp.unix.amiga Subject: Re: A3000UX to SUN questions Summary: File Transfer Keywords: kermit, cu Message-ID: <1991May4.032756.8210@aplcen.apl.jhu.edu> Date: 4 May 91 03:27:56 GMT References: <1913dc71.ARN0fb4@cbmami.UUCP> Sender: robbar@aplcen Reply-To: robbar@aplcen (Robert Baruch) Organization: Johns Hopkins University Lines: 15 In article <1913dc71.ARN0fb4@cbmami.UUCP> jason@cbmami.UUCP writes: >If I want to download some files from a SUN system at school via my A3000UX Try using cu: File Transfer with: ~%put and ~%take. If your going to use kermit be sure to setup both sides properly. for example: set line /dev/term/ser set speed set file name literal set file type binary This must be done on both sides (assuming your transferring binary data) I've had no problem using kermit on the A3000UX.