467
mdc-admin
mdc-operator
Usage guidelines
This command has the same function as the
bye
and
exit
commands.
Examples
# Terminate the SFTP connection.
sftp> quit
<Sysname>
remove
Use
remove
to delete a file from the SFTP server.
Syntax
remove
remote-file
Views
SFTP client view
Predefined user roles
network-admin
mdc-admin
Parameters
remote-file
: Specifies a file by its name.
Usage guidelines
This command has the same function as the
delete
command.
Examples
# Delete file
temp.c
from the SFTP server.
sftp> remove temp.c
Removing /temp.c
rename
Use
rename
to change the name of a file or directory on the SFTP server.
Syntax
rename
old-name
new-name
Views
SFTP client view
Predefined user roles
network-admin
mdc-admin
Parameters
oldname
: Specifies the name of an existing file or directory.
newname
: Specifies a new name for the existing file or directory.