Operation Manual – FTP and TFTPH3C S7500 Series Ethernet Switches Chapter 1 FTP and TFTP Configuration1-10# Run the put command to upload the configuration file named config.cfg to the FTPserver.[ftp] put config.cfg# Run the get command to download the file named switch.bin to the flash of theswitch.[ftp] get switch.bin# Run the quit command to terminate the FTP connection and return to user view.[ftp] quit# Run the boot boot-loader command to specify the downloaded file (switch.bin) to bethe startup file used when the switch starts the next time, and then restart the switch.Thus the switch application is upgraded. boot boot-loader switch.bin rebootNote:For information about the boot boot-loader command and how to specify the startupfile for a switch, refer to the “System Maintenance and Debugging” part of this manual.1.2 TFTP Configuration1.2.1 Introduction to TFTPCompared with the FTP, the Trivial File Transfer Protocol (TFTP) features simpleinteractive access interfaces and no authentication control. It simplifies the interactionbetween servers and clients remarkably. The TFTP is implemented on the UDP. Ittransfers data through UDP port 69. Basic TFTP operations are described in RFC1986.TFTP transmission is initiated by clients, as described in the following:z To download a file, a client sends a read request to the TFTP server, receives datafrom the TFTP server, and then sends an acknowledgement to the TFTP server.z To upload a file, a client sends a Write request to the TFTP server, sends data tothe TFTP server, and then receives the acknowledgement from the TFTP server.