Created on
10-26-2023
10:05 PM
Edited on
03-11-2025
04:10 AM
By
Jean-Philippe_P
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 7.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 below 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 below 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 article: Technical Tip: Useful CLI commands in FortiNAC-OS for troubleshooting |