retrieve file from other server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxoulmate
    New Member
    • May 2007
    • 77

    retrieve file from other server

    how can i get other file from other server which do not have apache installed
    eg.
    server A(192.168.100.1 ) has apache installed
    server B(192.168.100.2 ) has no apache installed and where the file to be retrieve resides

    using php how can i do that.,
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hey.

    The computer that has the files you need to retrieve (Server B, as you named it) needs to have some sort of file-transfer server installed, to give you access to the file. Some of the more popular file-transfer services include: FTP, SSH (SFTP) and Samba (Windows shares).

    You would need to decide on which you want to use before going any further. The methods used to retrieve files for each one are very different.

    Comment

    • xxoulmate
      New Member
      • May 2007
      • 77

      #3
      how about i will samba window shares., how was that

      Comment

      Working...