Hi I have a problem in transferring file from server to server I want to copy file like:
http://mysite1.com/myfile.jpg <-- I want this to copy or upload via ftp to mysite2.com
For example: http://mysite1.com/myfile.jpg upload to http://mysite2.com/fileuploads/
How to do this via PHP FTP transferring? Any hardcoder here can help my problem?