Connect to TFTP for upload and download
Today I tried to use CISCO's TFTP to upload and download data. First, let the route or switch connect to the real machine, for example.
First, test the connectivity. I see that the connectivity is normal. Next, open the cisco tftp on the real machine (if not, download the attachment). Next, let's take a look at the files in the route. We can see the files in the red box above, test it first. Upload the file first: Command: tftp <tftp Server IP address> put <file to be uploaded> now we can see related files on the TFTP server. To verify that the download is successful, we need to delete the file on the route. Next, let's proceed. The SSLVPN. ZIP file in the vro has been deleted. We can download it from TFTP. Command: tftp <TFTP Server IP address> get <full name of the file to be downloaded>. If we see the word "success" above, our test will come to an end to complete the task.