> I tried that, but for some reason, it blocked out my FTP transfers doing
> it that way.
As a workaround, try establishing FTP connections in passive mode.
Unless the FTP client is running in 'passive' mode, the control connection
for ftp session is initiated from client to server, and all subsequent data
connections are initiated from server to client. In passive mode client
initiates all connections.
> I would assume that once a connections is established,
> iptables would let all subsequent connections through even on a blocked
> port. Is that correct?
Do 'man iptables' and look for information about STATE module. Is this what
you are thinking about? If it is, then yes, otherwise I'd say that if port
is blocked then it's blocked