I am not sure if I am able to do this with my server, but I probably can since I have Wordpress and it updates itself in a similar manner. Transferring an audio file may be different though. It seems to have something to do with
file_get_contents()
or
ftp_get()
I have not tried to use file_get_contents() for an audio file before and I have not used php's ftp functions before.
Edit: I may need to know the remote file's password, username, and id, which would be annoying, because I wouldn't want to make those things freely available to the public for any reason and then for security reasons it would only be practical to download from one of my sites to another of my sites. I do not think this is the case though. I would like to be able to download a freely available audio file from another site to my own.
Bookmarks