Ftp: mkdir

Updated: April 17, 2012

Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista

Creates a directory on the remote computer. For examples of how this command can be used, see Examples.

Syntax

mkdir <Directory>

Parameters

Parameter Description

<Directory>

Specifies the name of the new remote directory.

Examples

Create a directory called Dir1 on the remote computer.

mkdir Dir1

Additional references