cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1595
Views
0
Helpful
2
Replies

Delete save configuration files in /configuration folder

a12288
Level 3
Level 3
How to delete the historic stored (generated by our ssh script) configuration files in /configuration folder on Ironport appliance? thanks. Leo
2 Replies 2

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>

 

thanks a lot! Leo