Cdup; Delete - HP 6125XLG Command Reference Manual

Blade switch security command reference
Table of Contents

Advertisement

cdup

Use cdup to return to the upper-level directory.
Syntax
cdup
Views
SFTP client view
Predefined user roles
network-admin
Example
# Return to the upper-level directory from the current working directory /test1.
sftp> cd test1
Current Directory is:/test1
sftp> pwd
Remote working directory: /test1
sftp> cdup
Current Directory is:/
sftp> pwd
Remote working directory: /
sftp>

delete

Use delete to delete the specified files from the SFTP server.
Syntax
delete remote-file
Views
SFTP client view
Predefined user roles
network-admin
Parameters
remote-file: Specifies the files to delete from the server.
Usage guidelines
This command functions as the remove command.
Examples
# Delete the file temp.c from the server.
sftp> delete temp.c
Removing /temp.c
172

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents