ftp mkdir

Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Creates a directory on the remote computer.

Syntax

mkdir <directory>

Parameters

Parameter Description
<directory> Specifies the name of the new remote directory.

Examples

To create a directory called dir1 on the remote computer, type:

mkdir dir1