How can i find and take in my local machine any file in remote machine?
        Posted  
        
            by programmerist
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by programmerist
        
        
        
        Published on 2010-05-03T13:13:34Z
        Indexed on 
            2010/05/03
            13:18 UTC
        
        
        Read the original article
        Hit count: 199
        
i try to write any codes. For example i have 2 machine: A computer, B computer. My local machine A computer. i also have sql data base . with "select * from" i can learn PatientID. ForExample PatientID :123456. But this patient's pictures file in B Computer.Picture File Name is equal to PatientID. B Computer ports is open for me. I can listen B Computer's 51124 port. How can i get Files from B machine via Port(But this files includes pics ). But this is Windows App.
But i don't know files path. My program must find it automatically
© Stack Overflow or respective owner