You are on page 1of 1

1) netsh advfirewall firewall add rule name="FTP" dir=in action=allow

program="C:\Program Files (x86)\Ascom\TEMS Products\TEMS Investigation


16\Application\Investigation.exe" enable=yes protocol=tcp

2) netsh advfirewall firewall add rule name="FTP" dir=in action=allow


program="C:\Program Files (x86)\Ascom\TEMS Products\TEMS Investigation
16\Application\Investigation.exe" enable=yes protocol=udp

if in case something goes wrong then you can revert by this:

1) netsh advfirewall firewall delete rule name="FTP" program=%SystemRoot


%\System32\ftp.exe

You might also like