As Yizhar mentioned, more information would be useful. Also, in your first post, you mention you are trying to FTP out, but in your second post you mention you are trying to FTP in...
If you are trying to FTP in, then you would need an access list allowing inbound FTP traffic. You will need to apply this access-list to an interface using an access-group. If you are allowing FTP access to the world, then it would look like this:
access-list ftpinbound permit tcp any host AAA.BBB.CCC.DDD eq 21
where AAA.BBB.CCC.DDD is a valid external ip address that you have mapped to an internal ip (preferably in your DMZ) with static command:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.