upload a file and then ftp it to another server with PHP
Posted
by conandor
on Stack Overflow
See other posts from Stack Overflow
or by conandor
Published on 2010-04-23T08:07:08Z
Indexed on
2010/04/23
8:13 UTC
Read the original article
Hit count: 462
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?
© Stack Overflow or respective owner