Delete save configuration files in /configuration folder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2014 09:01 AM
- Labels:
-
Email Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2014 09:38 AM
FTP to the box and delete them...
V:\>ftp esa
Connected to esa.opus.corp.root.
220 esa1.opus-group.com Cisco IronPort FTP server (V8.5.6) ready
User (esa.opus.corp.root:(none)): admin
331 Password required.
Password:
230 Login successful.
ftp> cd /configuration
250 CWD command successful
ftp> prompt off
Interactive mode Off .
ftp> mdelete *.xml <----you may want to change what you're deleteing.
200 Type set to ASCII.
250 DELE command successful.
250 DELE command successful.
250 DELE command successful.
ftp>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2014 01:08 PM
