How do i transfer files between 2 remote webservers using PHP so that i can set the script to trigger at certain time using cronjob.
I want the following to happen :
Source Server : ftp.source.com
Destination Server : ftp.destination.com
File in Source Server is at root /
File to be received in Destination Server is not in root but under a folder.... /xyz
Please guide