files

Manage the files that have been transferred to the appliance using SCP. These files are automatically placed in the SCP directory, and cannot be moved.

User access

admin, pseoperator

Syntax

files [clear | delete -file <filename> | show]

Argument(s)

Shortcut

Description

clear

c

Delete all of the files in the appliance’s SCP directory.

delete -file <filename>

d

Delete the specified file from the appliance’s SCP directory.

show

s

List all of the files that currently reside in the appliance’s SCP directory.

Example

psesh:> files show
SCP Folder Content
------------------
total 861K
248K PTKnetsrv-5.2.0-4.i386.rpm
613K PTKpcihsmK6-5.2.0-4.i386.rpm
Command Result : 0 (Success)
 
 
 
psesh:>files delete PTKnetsrv-5.2.0-4.i386.rpm
This will delete file 'PTKnetsrv-5.2.0-4.i386.rpm' in the scp folder. Continue [y/n]?
> y
Proceeding....
File 'PTKnetsrv-5.2.0-4.i386.rpm' deleted.
Command Result : 0 (Success)
 
 
 
psesh:>files clear
This will delete all the files in the scp folder. Continue [y/n]?
> y
Proceeding....
All files deleted.
Command Result : 0 (Success)