mkdir (SFTP client view)
Parameters
Parameter | Description | Value |
---|---|---|
remote-directory | Specifies the directory to be created. | The value is a string of case-sensitive characters without spaces. The absolute path length ranges from 1 to 64, while the directory name length ranges from 1 to 15. |
Usage Guidelines
You can run the mkdir command to create a subdirectory in a specified directory, and the subdirectory name must be unique.
If no path is specified when you create a subdirectory, the subdirectory is created in the current directory.
The created directory is stored on the SFTP server.
After a directory is created, you can run the dir/ls (SFTP client view) command to view the directory.