I currently have a server that I would like to remotely upload to from another site. I basically would like to upload videos from one site, to my own server without having to download them myself. Is there a script that would help me do this? I do not have SSH access.
Ask for SSH access, it will be much easier. I use it for transfering large websites such as arcades and video sites. I have two ways, one is a script and one is just an ssh command. So on your server in SSH type: If you want to use a script then try: http://www.animeresource.org/include/transload.ace Unzip that file in winzip and upload the script. Once it is uploaded, chmod the directory that you want to transfer the files to to 0777 and then open the script. Enter the url of where the file is and the path to where you want to store it. For the second, you still need ssh however it just runs from php instead.
Hi, FXP may be an option if your hosts ftp servers support it. http://en.wikipedia.org/wiki/File_eXchange_Protocol
Can't you do that in Cpanel Full Back up Wizard? Use Passive Mode transfer. It should works right? (never try it before)