was making a c# ftp interface when ran into problem of Enter passive mode and request times out, ftp server is using debian's linux, installed proftpd as ftp server, wondering why its not letting passive connections go through active works great but what if user is a behind a firewall so need passive.

/etc/module already lists ip_conntrack_ftp

Added below to proftpd.conf, still didnt work.

MasqueradeAddress ftp.mydomain.com # using a DNS name
MasqueradeAddress 123.45.67.89 # using an IP address

PassivePorts 60000 65535

Any idea what can i do to fix it, Also I am also not aware of any firewall running over ftp server any ideas how to be sure about that?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.