ftp mkdirftp mkdir
Gilt für: Windows Server (halbjährlicher Kanal), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012Applies to: Windows Server (Semi-Annual Channel), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Erstellt ein Verzeichnis auf dem Remote Computer.Creates a directory on the remote computer.
SyntaxSyntax
mkdir <directory>
ParameterParameters
ParameterParameter | BESCHREIBUNGDescription |
---|---|
<directory> |
Gibt den Namen des neuen Remote Verzeichnisses an.Specifies the name of the new remote directory. |
BeispieleExamples
Geben Sie Folgendes ein, um ein Verzeichnis mit dem Namen dir1 auf dem Remote Computer zu erstellen:To create a directory called dir1 on the remote computer, type:
mkdir dir1