Download Print this page

Mkdir - HP FlexNetwork MSR Series Command Reference Manual

Comware 7 security
Hide thumbs Also See for FlexNetwork MSR Series:

Advertisement

Examples
# Display detailed information about the files and subdirectories under the current directory, including
the files and subdirectories with names starting with dots (.).
sftp> ls -a
drwxrwxrwx
drwxrwxrwx
-rwxrwxrwx
-rwxrwxrwx
-rwxrwxrwx
# Display detailed information about the files and subdirectories under the current working directory,
excluding the files and subdirectories with names starting with dots (.).
sftp> ls -l
-rwxrwxrwx
-rwxrwxrwx
-rwxrwxrwx
NOTE:
The output format varies by SSH server device model.

mkdir

Use mkdir to create a directory on the SFTP server.
Syntax
mkdir remote-path
Views
SFTP client view
Predefined user roles
network-admin
Parameters
remote-path: Specifies the name of a directory.
Examples
# Create a directory named test on the SFTP server.
sftp> mkdir test
put
Use put to upload a local file to the SFTP server.
Syntax
put local-file [ remote-file ]
Views
SFTP client view
Predefined user roles
network-admin
2 1
1
2 1
1
1 1
1
1 1
1
1 1
1
1 1
1
1 1
1
1 1
1
512 Dec 18 14:12 .
512 Dec 18 14:12 ..
301 Dec 18 14:11 010.pub
301 Dec 18 14:12 011.pub
301 Dec 18 14:12 012.pub
301 Dec 18 14:11 010.pub
301 Dec 18 14:12 011.pub
301 Dec 18 14:12 012.pub
620

Advertisement

loading