How do I copy files between locations on a Managed Dedicated server?
Print Email
Email this article
Close
Email this article
CloseYou are here: Home > Website Support > Telnet and SSH
Copying of files on a Dedicated server can be done using commands via SSH/Telnet.
- Check that you have enabled SSH/Telnet for the domain on your Managed Dedicated server.
- Login via SSH/Telnet.
- ‘Change directory’ to the folder above the folder containing the files.
E.g.:
In this case the files are located in:
cd mydirectory//mydirectory/myfolder/ - Use the following syntax for your copying command:
scp "source file/folder" "destination_ftpuser@destination_server:/usr/home/"destination_ftpuser"/
Example (coping to another domain on the same server):
scp myfolder destination_ftpuser@localhost:/usr/home/destination_ftpuser/
Example (coping to another domain on a different server):
scp myfolder destination_ftpuser@serverIPAddress:/usr/home/destination_ftpuser/
Further information on secure copy is available online.
Was this information helpful?
Yes NoThank you for your feedback
We are delighted to find that our article resolved your query.
Thank you for your feedback
We will resolve your query as soon as possible.
Please take a few moments to comment on your unresolved query. Simply tell us what your problem is. We guarantee that we'll get back to you within two hours (during office hours) in response to your query.
