2-9 rebootThe startup file used for the next startup must be saved under the root directory of the storage medium.You can copy or move a file to the root directory of the storage medium. For the details of theboot-loader command, refer to Device Management Commands in the System Volume.Configuring the FTP ServerConfiguring FTP Server Operating ParametersThe FTP server uses one of the two modes to update a file when you upload the file (use the putcommand) to the FTP server:z In fast mode, the FTP server starts writing data to the storage medium after a file is transferred tothe memory. This prevents the existing file on the FTP server from being corrupted in the event thatanomaly, power failure for example, occurs during a file transfer.z In normal mode, the FTP server writes data to the storage medium while receiving data. Thismeans that any anomaly, power failure for example, during file transfer might result in filecorruption on the FTP server. This mode, however, consumes less memory space than the fastmode.Follow these steps to configure the FTP server:To do… Use the command… RemarksEnter system view system-view —Enable the FTP server ftp server enable RequiredDisabled by default.Control the access to thedevice from FTP clientsthrough ACLftp server acl acl-numberOptionalBy default, the access to thedevice from FTP clients is notcontrolled.Configure the idle-timeout timer ftp timeout minutesOptional30 minutes by default.Within the idle-timeout time, ifthere is no informationinteraction between the FTPserver and client, theconnection between them isterminated.Set the file update mode for theFTP server ftp update { fast | normal }OptionalNormal update is used bydefault.Quit to user view quit —