i want drop all traffic except http and ftp

ip firewall filter add chain=forward protocol=tcp dst-port=!80,2
0,21 in-interface=113 action=drop

what problem above filter
filter all traffic except http

did you try FRP passive mode?