Hi All,
Beside using FTP method, do we have any others method to do file transfer (like PDF) from PC 1 to PC 2 by using PHP?
webservices etc...
The scenerio is:
PC 1 - Redhat Ent 4 (Apache 2, PHP 4.1, MySQL4)
PC 2 - Win2K server (Apache 2, PHP 4.4.4, MySQL4)
Both PC 1 and Pc 2 are act as server. While user doing update some data on PC 1 (web base application), its need a method to transfer a PDF file to PC 2 (some folder) as backup. There is some security issue from client side and not allow me to use FTP method.
Do have any solution?
Thanks. : )

