Path: utzoo!attcan!uunet!lll-winken!ames!apple!motcsd!hpda!hpcuhb!hp-ses!hpcea!hpnmdla!hpsad!randyh From: randyh@hpsad.HP.COM (Randy Hosler) Newsgroups: comp.sys.atari.st Subject: Re: Proper syntax on getting files Message-ID: <750016@hpsad.HP.COM> Date: 23 Jun 89 14:36:00 GMT References: <890622.07461957.021175@SFA.CP6> Organization: HP Signal Analysis Div - Rohnert Park, CA Lines: 28 > Could a helpful soul show me what I am doing wrong in requesting > files? Note that I have tried upper and then lower case. This is > the lower case attempt: > send binaries/volume1/idle12 > send binaries/volume2/arc521b > send binaries/volume2/monofont > send binaries/volume2/timecode >Larry Rymal I think you need to seperate the file name from the directory path. send binaries/volume1 idle12 send binaries/volume2 arc521b send binaries/volume2 monofont send binaries/volume2 timecode You could also do something like this. send binaries/volume2 arc521b monofont timecode or send binaries/volume2/bubble part01 part02 Hope that helps... Randy -----