I generated a text file on server1, and then I need to FTP it to server3.
Due to firewall, I could not FTP it directly but have to go through server2.
I want server1 to call PHP script on server2 and then pass the text file to server3. Any idea how can I start with the PHP script?