Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!GZ@mit-mc From: GZ%mit-mc@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: [Stephen C. Hill: Stickyfying SIMTEL20] Message-ID: <16044@sri-arpa.UUCP> Date: Fri, 27-Jan-84 04:42:00 EST Article-I.D.: sri-arpa.16044 Posted: Fri Jan 27 04:42:00 1984 Date-Received: Sun, 29-Jan-84 01:05:41 EST Lines: 13 From: Gail Zacharias The FTP protocol has a CWD (change working directory) command. Check the documentation on your FTP program to see whether it provides an interface to it. For instance in TOPS-20 FTP you should be able to say CWD MICRO: to change the default directory to micro:. If there is no such command in your FTP, or if it doesn't work, check if there is a "quote" or "verbatim" command, which you can use to send CWD raw. For instance in ITS FTP you should be able to say QUOTE CWD MICRO: to get the same effect.