Technical Tip: FileTransfer with TFTP for FortiNAC-F
| Description | This article describes how to import some data to the FortiNAC-F directory by importing a Certificate via CLI or upgrading the FortiNAC-F via CLI. |
| Scope | FortiNAC-F v7.2 and above. |
| Solution |
After installing a TFTP server on a host that is reachable by FortiNAC-F with port 69, it is possible to execute the following command on FortiNAC-F CLI to import a file from the TFTP server. It is necessary to execute the command if the user is/home/admin directory:
execute enter-shell tftp -gr <filename> <TFTP Server IP>:69
File Importing example:
As explained above, a TFTP server that is reachable by FortiNAC-F is necessary. It is possible to execute the following command to export a file from FortiNAC-F to the TFTP server:
execute enter-shell tftp <TFTP Server IP> 69 -m binary -c put <filename>
File Exporting example:
Related articles: Technical Tip: Useful CLI commands in FortiNAC-OS for troubleshooting Technical Tip: Run tcpdump in FortiNAC-F and save capture as a file |


