Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!psuvax1!brutus.cs.uiuc.edu!apple!motcsd!hpda!hpcuhb!hp-ses!wunder From: wunder@hp-ses.SDE.HP.COM (Walter Underwood) Newsgroups: comp.sys.hp Subject: Re: problem with anonymous ftp and get command Message-ID: <920045@hp-ses.SDE.HP.COM> Date: 9 Jan 90 22:26:14 GMT References: <9518@batcomputer.tn.cornell.edu> Organization: HP SW Engineering Systems - Palo Alto, CA Lines: 14 ftp> get info-mac/00readme.txt ftp: info-mac: No such file or directory It is a bad error message. It means that there is no "info-mac" directory on the local system. If you want to get "info-mac/00readme.txt" into the current directory on your local system, then say: ftp> get info-mac/00readme.txt 00readme.txt Or, "cd" to the "info-mac" directory on the remote system, then get "00readme.txt". wunder