You can quickly transfer files between two Ecenica accounts using SSH.
For example you may wish to copy the contents of your public_html from one account to another.
Using SSH is faster then FTP as SSH allows a direct account-to-account transfer saving you from having to download and re-upload files to/from your computer using FTP.
How to copy files between two accounts using SSH
- Create a .tar.gz of the public_html files in cPanel File Manager
- Enable SSH on the account you want to transfer the files to. https://www.ecenica.com/support/answer/enable-ssh-cpanel/
- Login to SSH.
- Use ‘wget’ to download the .tar.gz you created earlier. E.g. wget http://my-domain.com/file.tar.gz
- Use file manager to extract the files.