You can either -
1) use the "established" keyword for the return traffic which works for TCP
2) use reflexive access-lists which support TCP/UDP/ICMP
3) use a stateful firewall which will automatically allow return traffic
4) write a rule in your inbound acl for the traffic eg.
access-list 101 permit tcp eq 21 any
Jon