Question
How do I view the files in the configuration directory without enabling FTP?
Environment
Cisco Email Security Appliance (ESA) or Web Security Appliance (WSA), and all versions of AsyncOS.
You can use SSH on a a terminal as shown below. Specifying the port is optional. Port 2222 is the Configuration Management port. By default installs, the default SSH port (22) will work adequately as well.
bash-3.00$ ssh -l admin -p 2222 hostname.domain.com ls -
la configuration
Password:
-rw-rw---- 1 admin config 43922 Feb 28 2006 C100-0013723BF114-
JWZWB91-20060228T144759.xml
-rw-rw---- 1 admin config 53997 Feb 28 2006 C100-0013723BF114-
JWZWB91-20060228T153739.xml
-rw-rw---- 1 dom config 88474 Feb 28 2006 C100-0013723BF114-
JWZWB91-20060228T185121.xml
-rw-rw---- 1 tomki config 101195 Apr 13 01:08 C100-0013723BF114-
JWZWB91-20060413T010721.xml
-rw-rw---- 1 tomki config 108405 May 31 14:15 C100-0013723BF114-
JWZWB91-20060531T141516.xml
-rw-rw---- 1 dom config 133511 Aug 1 18:32 C100-0013723BF114-
JWZWB91-20060801T183207.xml
-rw-r--r-- 1 root wheel 3345 Sep 21 03:24 README
However, you cannot use RM to delete the files.