On Aug 13, 2004, at 1:34 PM, Mark Wieder wrote:
Passive ftp connections are weird. You may run into more firewall problems, since I know you've already encountered those in other situations.
Mark,
yes, I am beggining to hate proxies and firewalls from the deep of my heart. The problem is that I must support passive connections (PASV and EPSV) for that's the way browsers connect to ftp daemons. Browsers are very talkative blokes, they don't like listening, so if you fail to support passive connections they'll just give up trying. since I am integrating everything in my server side libs, I must support browsers...
I think my code is right. Server send a EPSV/PASV command, I shout the port I am now listening and start accepting connections on that port. The connections never arrive. When using the command-line ftp tool, it works flawlessly, when using browser, it fails to connect to the dataport, the control port works fine.... any clue?
cheers Andre
-- -Mark Wieder [EMAIL PROTECTED]
-- Andre Alves Garzia 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
