From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: mirtchov@cpsc.ucalgary.ca MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] import-ing files instead of directories Date: Thu, 22 Jan 2004 20:18:24 -0700 Topicbox-Message-UUID: bf523c28-eacc-11e9-9e20-41e7f4b1d025 according to the import(4) man page the command allows an arbitrary file to be imported from a remote machine (first paragraph of the description section), however: home% touch /tmp/blah2 home% import plan9 /tmp/blah2 import: bad remote tree: chdir(10:"/tmp/blah2"): not a directory home% am I missing an argument somewhere?