I would imagine that ip_conntrack_ftp is one of the modules, so probably this would be the line where you would add the module:
Code:
IPTABLES_MODULES="ip_conntrack_netbios_ns"
You would want to have spaces separating it, so it would probably look like the following:
Code:
IPTABLES_MODULES="ip_conntrack_netbios_ns ip_conntrack_ftp"
Or, whatever else is already in your modules list for it at /etc/sysconfig/iptables-config and I would highly suggest doing this only after you have physical access to the machine in case anything occurs where it won't boot up after making the change.