Ftp: mkdir

 

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

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