Communicate with other server using php

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
Hello everyone,
Is it possible to send a text file from a server to another server over the internet?
If any of you know how to do it, can you provide me the code to send and receive a text file?
Thanks.
 
See example #2

http://php.net/manual/en/features.remote-files.php

or

http://php.net/manual/en/function.ftp-put.php
 
Back
Top