Is there any script that can authenticate and then copy files from remote server, I want to copy 600mb + zipped files from another server which require authentication, Can anyone please help me by suggesting me a script to do this ? Thanks in advance.
You don't need root. Any normal SSH account will work. Why not FTP? The local server can authenticate to the FTP server and download the file(s).
Can you please be descriptive I don't seem to understand. How do I access ssh in Cpanel ? It's a shared hosting do I have ssh access?
I already tried that, am looking for a php script that can copy files from remote server but it should have authentication feature to login first and then download the file.