Error running large script
I'm trying to develop a script to create a large amount of firewall policies but I'm getting the error "Broken Pipe" when the script is larger than ~260kb. To send the script, I'm using a library available with my programming language to open a ssh connection and send the commands but the connection is broken immediately when the command is larger than those ~260kb.
I'm testing against FortiWiFi-60D v5.2.3.
Any idea of what may be happening? Thanks a lot.