File system Delete a file
Digi TransPort WR Routers User Guide
258
test.da0 763 Wed Apr 5 07:22:29
config.da0 763 Sun Mar 5 12:36:20
config.fac 186 Mon Feb 21 03:00:17
Remaining User Space: 102,453,248 bytes
digi.router>
Delete a file
Web
1. On the menu, click System > Administration > File System. The File System page appears.
2. Select or navigate to the file to delete.
3. Click . A confirm delete dialog displays.
4. Click OK.
Note To delete all files in a directory, see Delete a directory.
Command line
To delete a file, use the del command, specifying the filename to delete.
For example, to delete a file named test.cfg in the test directory, enter the following:
digi.router>
digi.router> dir
File Size Last Modified
---------------------------------------------------------
test Directory
test.da0 763 Wed Apr 5 07:22:29
config.da0 763 Sun Mar 5 12:36:20
config.fac 186 Mon Feb 21 03:00:17
Remaining User Space: 102,453,248 bytes
digi.router>
digi.router> del test.da0
digi.router>
digi.router> dir test
File Size Last Modified
---------------------------------------------------------
test.cfg 763 Wed Apr 5 07:24:45
Remaining User Space: 102,453,248 bytes
digi.router>
digi.router> del test/test.cfg
digi.router> dir test
File Size Last Modified
---------------------------------------------------------