Zhone 5100 참조 매뉴얼

다운로드
페이지 186
APPENDIX A
FTP loader commands
A-12    
Vpacket 5100/6100 Series Reference Manual
Viewing the help commands
You can view the FTP loader commands by issuing the help command.
Syntax: help
Example:
In this example, the main help commands are displayed. The help command table contains the 
description of the command and then the command.
Creating a directory
You can create a new directory by issuing the mkdir command.
Syntax: mkdir <name>
Argument: 
name
a directory name is 8-characters or fewer in length; characters can be numbers, 
letters, or _
Example:
In this example, the directory DHCP is created.
FtpLoader(1)> help
        descriptions         command
        --------------------------------
        Repeat command     - .
        Change directory   - cd <name>
        Default config     - default
        Delete file        - del <name>
        Run diag in app    - diag
        Directory info     - dir
        Reformat FAT       - format
        Print this list    - help
        Create directory   - mkdir <name>
        Delete directory   - rmdir <name>
        FTP app to flash   - download image [1|2] <remote_name> <local_name>
        FTP app to RAM     - load <remote_name>
        Pass cmd to app    - passcmd <tag> <value>
        Ping an IP address - ping <ip addr>
        Reset system       - reset
        Run app in flash   - run <1|2>
        Run app in RAM     - runram
        Save config        - save
        Set parameters     - set [time|date|...]
        Show parameters    - show [config|boot|loader|...]
FtpLoader(2)>
FtpLoader(6)> mkdir DHCP
FtpLoader(7)>