I have written a script that uploads .rm files to my server - it all works fine.
However, my host has allowed me the use of their streaming media server, and I need to upload to that server using a script on my normal server and use the ftp function.
Every example I have found, uses only local paths for ftp-ing to the same server the script is run on.
Is there a way that I can use the ftp function to upload a file to another server location?
However, my host has allowed me the use of their streaming media server, and I need to upload to that server using a script on my normal server and use the ftp function.
Every example I have found, uses only local paths for ftp-ing to the same server the script is run on.
Is there a way that I can use the ftp function to upload a file to another server location?