hide random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/tasks_ftp2.1.3.1.html (Einblicke ins Internet, 10/1995)

Making a directory on the remote host

Making a directory on the remote host

Use the mkdir command to make a directory on the remote host. For example

   ftp> mkdir reports
   257 MKD command successful.
   ftp>

creates the directory reports in your login directory on the remote host.