Now, I need to copy local binary file into remote Win XP computer: C:/remote-folder-path/file . I only have remote IP address. This remote computer is not on LAN, if computer was, then very easy; simply cut and paste
I tried using PHP FTP: ftp_connect but I think remote computer needs FTP program to be installed for it to work.
Can this be done with fsockopen and send file through open port? Or some other way?