By dcollinsClam
I have a droplet set up on Ubuntu and I need to upload the site to the company hosting the url. How can I do this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi @dcollinsClam,
If you have SSH access to your new hosting you can either use the scp or the rsync command.
Imagine you want to use scp, you’ll need to SSH to your droplet with DigitalOcean.
ssh root@YourDropletIp
Go to the directory you wish to migrate and type in the following command
scp -R DirectoryOfYourWebsite UserOfNewHosting@NewHostingIP:/path/to/where/your/files/will/be/stored
This will ask for the user password of your new hosting.
Regards, KDSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.