active-to-passive ftp solution
        Posted  
        
            by 
                Joris
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Joris
        
        
        
        Published on 2010-08-01T19:16:36Z
        Indexed on 
            2011/03/05
            23:26 UTC
        
        
        Read the original article
        Hit count: 400
        
I have an ftp client (.NET app I don't have the source to) that only does active mode that needs to push data to an appliances ftp-server that only speaks passive.
There is nothing I can do to modify the software on either end; but everything in between is fair game. (routing, windows or linux software, firewall tricks, ...)
Is there some kind of ftp proxy software? Or some kind of solution I could try?
© Server Fault or respective owner