Date : Fri, 27 Jan 1984 04:42:00 EST
From : Gail Zacharias <GZ@mit-mc>
Subject: [Stephen C. Hill: Stickyfying SIMTEL20]
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:<CPM.FILUTL>
to change the default directory to micro:<cpm.filutl>.
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:<CPM.FILUTL>
to get the same effect.