1 CREATE 2 /DIRECTORY Creates a directory on the remote host. The remote directory can be on any operating system that supports FTP. To use this command, you must have an FTP session with a remote host. DCL-Style Format CREATE/DIRECTORY remote_directory UNIX Style Format mkdir remote/path 2 Parameters remote_directory Required. Name for the created directory. 2 Qualifiers /DIRECTORY The /DIRECTORY qualifier must immediately follow the DELETE command without a space. Creates a new directory or subdirectory. Must have write access to the lowest level directory under which the new directory will be created. 2 Examples 1.FTP> CREATE/DIRECTORY TERM 257 MKD command successful. In this example: o The remote host is UNIX. o The working directory is /usr/staff/dir. o The command creates directory /usr/staff/dir/term. 2.FTP> CREATE/DIRECTORY [.TRANSFERS] 257 MKD command successful. In this example: o The remote host is OpenVMS. o The working directory is DUA2:[CENTRAL]. o The command creates the OpenVMS directory DUA2:[CENTRAL.TRANSFERS].