Ftp: mkdir
Veröffentlicht: Mai 2010
Letzte Aktualisierung: Mai 2010
Betrifft: 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
