Regular ftp can be used to move the contents of a directory. Create the directory on the target system and cd into it. Start ftp using the "-i" switch which does not prompt for each file to copy. When in the source system do a cd into the directory of interest. Do this command:
mget *
Note the asteric wildcard above to indicate all files. It will copy all
files into the target directory from which the ftp command was issued.
XB
IC|XC
