MIB Viewer

zhoneFileAction

OBJECT-TYPE
1.3.6.1.4.1.5504.3.1.20.1
Access
read-write
Status
current
Sub-identifiers
0
File Action: cd(1) - change directory command used in conjunction with zhoneDirectory location which specifies destination directory. dir(2) - listing of files within the directory specified by zhoneDirectoryPath. The generated file listing is written to zhoneFileTable. copy(3) - make a copy zhoneFileName1 and writes it to zhoneFileName2. User should prepend pathname to both filenames if not in default directory. rm(4) - removes file specified by zhoneFileName1. mkdir(5) - creates a subdirectory specified by zhoneFileName1. rmdir(6) - removes directory specified by zhoneFileName1. If directory not empty, returns error. mv(7) - moves zhoneFileName1 to zhoneFileName2.
INTEGER { cd(1), dir(2), copy(3), rm(4), mkdir(5), rmdir(6), mv(7) }