Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!mips!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!springs.cis.ufl.edu!pm0 From: pm0@springs.cis.ufl.edu (Patrick Martin) Newsgroups: comp.sys.cbm Subject: Re: ftp for c128/c64 Message-ID: <25484@uflorida.cis.ufl.EDU> Date: 17 Nov 90 20:49:21 GMT References: <1990Nov7.231057.10426@nntp-server.caltech.edu> <16275@mentor.cc.purdue.edu> <683@news.nd.edu> Sender: news@uflorida.cis.ufl.EDU Distribution: comp Organization: UF CIS Dept. Lines: 18 In article <683@news.nd.edu> treesh@ircsun1.helios.nd.edu writes: >What did you use to get your files from your local (unix?) home direcotry to >your commodore? I assume you must have used a modem, but what kind of protocol >did you use to make the transfer? (kermit?) > >Im working on using Xmodem 1K to make the transfers to the commdore 128/64 >systems, but so far I have not had any luck. > >ctfm I use xmodem on our system. Try doing man xmodem on your system. If I wanted to to download a file named 'file1' I would type the following: xmodem sb file1 <> the rb command is used for uploading to the unix << short for receive binary>> Pat