Hi,
i try to run command on our fortigate 1500D firewall CLI environment ( somethin about web rating overrides)
string command = ssh.CreateCommand("config webfilter ftgd-local-rating").Execute();
first command return correct result from CLI it says:
how can i fix this. tamir's sharp thing achieve this. but most of system algorithm doesn't support anymore.
Thanks in advance.
i try to run command on our fortigate 1500D firewall CLI environment ( somethin about web rating overrides)
string command = ssh.CreateCommand("config webfilter ftgd-local-rating").Execute();
first command return correct result from CLI it says:
#(ftgd-local-rating)
after that i want to run this command but , it loose shell handle or smt else, i think command += ssh.CreateCommand("edit \"http:somesite\").Execute();
it return "unknown action". i think, it creates a new shell handle.how can i fix this. tamir's sharp thing achieve this. but most of system algorithm doesn't support anymore.
Thanks in advance.