You may install TFTP server at any platform, linux or windows. As long as you have control of your TFTP server. Bring up your tftp server,and set the tftp file location. If you are backup CatOS config. Then use this command: Cisco (enable)copy config flash. If you are backup IOS config, then use this. TFTPD32 is free, open-source TFTP server that is also includes a variety of different services, including DHCP, TFTP, DNS, and even syslog and functions as a TFTP Client as well. TFTPD32 also comes as a x64 version that gets installed as a windows service. This server is fully compatible with all the TFTP option support. Tftpd64 (tftpd64.exe). If you need to transfer files via TFTP, SNTP, SYSLOG, DHCP or DNS, Philippe Jounin has created an open-source program that integrates many services into a single program, called Tftpd64.
-->Oct 28, 2020 The SolarWinds TFTP server application is an example of one such application that gives you the ability to upload files to and download files from your remote computer systems and servers. It operates on many different ports and has additional capabilities such as TFTP, SCP and supports multiple and concurrent transfers. Use this free TFTP Server to move files to or from routers, switches, and other network devices. Easily upgrade IOS images, archive configuration files, push configuration updates, and transfer files up to 4GB.
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Transfers files to and from a remote computer, typically a computer running UNIX, that is running the Trivial File Transfer Protocol (tftp) service or daemon. tftp is typically used by embedded devices or systems that retrieve firmware, configuration information, or a system image during the boot process from a tftp server.
[IMPORTANT]The tftp protocol doesn't support any authentication or encryption mechanism, and as such can introduce a security risk when present. Installing the tftp client is not recommended for systems connected to the Internet. A tftp server service is no longer provided by Microsoft for security reasons.
Syntax
Parameters
Parameter | Description |
---|---|
-i | Specifies binary image transfer mode (also called octet mode). In binary image mode, the file is transferred in one-byte units. Use this mode when transferring binary files. If you don't use the -i option, the file is transferred in ASCII mode. This is the default transfer mode. This mode converts the end-of-line (EOL) characters to an appropriate format for the specified computer. Use this mode when transferring text files. If a file transfer is successful, the data transfer rate is displayed. |
<host> | Specifies the local or remote computer. |
get | Transfers the file destination on the remote computer to the file source on the local computer. |
put | Transfers the file source on the local computer to the file destination on the remote computer. Because the tftp protocol doesn't support user authentication, the user must be logged onto the remote computer, and the files must be writable on the remote computer. |
<source> | Specifies the file to transfer. |
<destination> | Specifies where to transfer the file. |
Tftp Server Linux
Examples
Tftp Server Download
To copy the file boot.img from the remote computer Host1, type: