Include Win example TFTP client
Include another Windows TFTP client example for firmware image transfers.
This commit is contained in:
parent
965eea2d8f
commit
2b736d4198
|
@ -25,7 +25,7 @@ There are two cases for installing AREDN |trade| firmware:
|
||||||
Ubiquiti First Install Process
|
Ubiquiti First Install Process
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
**Ubiquiti** devices have a built-in `TFTP <https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol>`_ server to which you can upload the AREDN |trade| *factory* image. Your computer must have TFTP client software available. Linux and Mac both have native TFTP clients, but you may need to enable or obtain a TFTP client for Windows computers. If you are using a Windows computer, `enable the TFTP client <https://www.trishtech.com/2014/10/enable-tftp-telnet-in-windows-10>`_ or download and install a different standalone TFTP client. Different TFTP client programs may have different command line options or flags that must be used, so be sure to study the command line syntax for your TFTP client software. The example shown below may not include the specific options required by your client program.
|
**Ubiquiti** devices have a built-in `TFTP <https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol>`_ server to which you can upload the AREDN |trade| *factory* image. Your computer must have TFTP client software available. Linux and Mac both have native TFTP clients, but you may need to enable or obtain a TFTP client for Windows computers. If you are using a Windows computer, `enable the TFTP client <https://www.trishtech.com/2014/10/enable-tftp-telnet-in-windows-10>`_ or download and install a another `standalone TFTP client <http://tftpd32.jounin.net/tftpd32_download.html>`_ of your choice. Different TFTP client programs may have different command line options or flags that must be used, so be sure to study the command syntax for your TFTP client software. The example shown below may not include the specific options required by your client program.
|
||||||
|
|
||||||
Download the appropriate *factory* file for your device by following the instructions in the **Downloading AREDN Firmware** section of this documentation.
|
Download the appropriate *factory* file for your device by following the instructions in the **Downloading AREDN Firmware** section of this documentation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue