Command Manual (For Soliton) – FTP-SFTP-TFTP
H3C S3100 Series Ethernet Switches
Chapter 1 FTP and SFTP Configuration
Commands
1-34
Parameters
remote-path
&<1-10>: Name of a directory on the remote SFTP server. &<1-10>
indicates that up to ten file names can be input. These file names should be separated
by spaces.
Description
Use the
rmdir
command to remove a specified directory from the remote SFTP server.
Examples
# Remove the directory
hello
on the SFTP server.
sftp-client>rmdir hello
The followed directory will be deleted
/hello
Are you sure to remove it?(Y/N):y
This operation may take a long time.Please wait...
Received status: Success
Directory successfully removed
1.4.17 sftp
Syntax
sftp
{
host-ip | host-name
}
[
port-num
]
[
identity-key
{
dsa
|
rsa
} |
prefer_kex
{
dh_group1
|
dh_exchange_group
} |
prefer_ctos_cipher
{
des
|
aes128
} |
prefer_stoc_cipher
{
des
|
aes128
} |
prefer_ctos_hmac
{
sha1
|
sha1_96
|
md5
|
md5_96
} |
prefer_stoc_hmac
{
sha1
|
sha1_96
|
md5
|
md5_96
} ] *
View
System view
Parameters
host-ip
: IP address of the server.
host-name
: Host name of the server, a string of 1 to 20 characters.
port-num
: Port number of the server, in the range of 0 to 65535. The default value is 22.
identity-key
: The public key algorithm used by the publickey authentication.
rsa
is the
default.
z
dsa
: The public key algorithm is DSA.
z
rsa
: The public key algorithm is RSA.
prefer_kex
: Specifies a preferred key exchange algorithm. You can select either of the
two algorithms.