Mobile app version of vmapp.org
Login or Join
Holmes151

: Is it possible to do a cpanel to cpanel folder copy on the same server without downloading on home pc? Is it possible to copy a folder from a cpanel account to another cpanel account without

@Holmes151

Posted in: #Copy #Cpanel

Is it possible to copy a folder from a cpanel account to another cpanel account without first downloading to home pc ?

I have some issues with the upload speed of my internet connection so i prefer not to download it to home pc first.

Both cpanel accounts are on the same hosting server and I have access to whm under which both cpanel accounts have been created.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Holmes151

2 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

If you're copying within the same cPanel account then you can use the File Manager for this purpose. Simply right-click the file or folder and choose "Copy".



If the file needs to be copied to another cPanel account, then you may need root-level SSH access to the server, or if you don't have root access, you might be able to connect to an SSH shell and then use SCP/FTP to transfer the files between the two accounts.

10% popularity Vote Up Vote Down


 

@Annie201

Connect to your server with SSH and use the cp command to copy the files

Some basic examples of cp here www.computerhope.com/unix/ucp.htm
Other people have asked a similar question on cpanel.net and they got the same answer to use SSH
forums.cpanel.net/f34/how-copy-file-between-2-account-186101.html
rsync is another command you should look into

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme