Andy Ruhl wrote:
> The built in ftp
> client can't create directories, or I would use it (using an input
> file in a loop).
But it can?
$ man ftp | col -b | sed -ne '/ mkdir/,/remote/p'
mkdir directory-name
Make a directory on the remote machine.
--jkl